COLOR #E6C2FF

HEX: #E6C2FF RGB: (230,194,255)

Renk bilgisi

#E6C2FF contains mainly red and blue colors. #E6C2FF ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#E6C2FF color RGB value is (230,194,255).

RGB: (230,194,255) (90%, 76%, 100%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 194 of 255 = 76%
B 255 of 255 = 100%

230
194
255

R + G + B ~ 89%. #E6C2FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 230 + 194 + 255 = 679 (100%)
R 230 of 679 ~ 33.87%
G 194 of 679 ~ 28.57%
B 255 of 679 ~ 37.56'%

%33.87
%28.57
%37.56

CMYK RENK MODELİ

#E6C2FF rengi CMYK tonu (10,24,0,0).

  • camgöbeği tonu 9.80%
  • eflatun tonu 23.92%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%

CMYK: (10,24,0,0)
C10M24Y0K0 (10%, 24%, 0%, 0%)
(0.10 / 0.24 / 0.00 / 0.00)

CMYK yüzdeleri

%9.8
%23.92
%0
%0

Codes

Color #E6C2FF in popluar color models

E6 C2 FF
RGB 230 194 255
HSL 275° 100.00% 88.04%
HSB/HSV 275° 23.92% 100.00%
CMYK 9.80% 23.92% 0.00%
0.00%

Color #E6C2FF in popluar number systems.

HEX E6 C2 FF
Decimal 230 194 255
Binary 11100110 11000010 11111111
Octal 346 302 377

Shades and tints

Shades of #E6C2FF

#E6C2FF
(230,194,255)
#D2B1E8
(210,177,232)
#BEA0D1
(190,160,209)
#AA8FBA
(170,143,186)
#967EA3
(150,126,163)
#826D8C
(130,109,140)
#6E5C75
(110,92,117)
#5A4B5E
(90,75,94)
#463A47
(70,58,71)
#322930
(50,41,48)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6C2FF

#E6C2FF
(230,194,255)
#E8C7FF
(232,199,255)
#EACCFF
(234,204,255)
#ECD1FF
(236,209,255)
#EED6FF
(238,214,255)
#F0DBFF
(240,219,255)
#F2E0FF
(242,224,255)
#F4E5FF
(244,229,255)
#F6EAFF
(246,234,255)
#F8EFFF
(248,239,255)
#FAF4FF
(250,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C2FF color. Also use rgb(230,194,255) instead hex code.

Text Font Color

.myTextColor { color: #E6C2FF; }

<p style="color:#E6C2FF">This sample text font color is #E6C2FF.</p>

This text font color is #E6C2FF.

Background Color

.myBgColor { background-color: #E6C2FF; }

<div style="background-color:#E6C2FF">Inner text</div>

This div background color is #E6C2FF.

Border color

.myBorderColor { border: 1px solid #E6C2FF; }

<div style="border:3px solid #E6C2FF">Div</div>

This div border color is #E6C2FF.

Opacity

.myOpacity80 { color: #E6C2FF; opacity: 0.8; }

<p style="color:#E6C2FF;opacity:0.8;">80%</p>

Text with #E6C2FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E6C2FF;}

<p style="text-shadow: 3px 3px 1px #E6C2FF">Text here.</p>

This text has shadow with #E6C2FF color.


.textShadow {text-shadow: 3px 3px 1px #E6C2FF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6C2FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6C2FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C2FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6C2FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6C2FF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6C2FF;
-webkit-box-shadow: 1px 1px 3px 2px #E6C2FF;
box-shadow: 1px 1px 3px 2px #E6C2FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6C2FF; -webkit-box-shadow: 1px 1px 3px 2px #E6C2FF; box-shadow:1px 1px 3px 2px #E6C2FF;">
Div content here
</div>

This div box has shadow with color #E6C2FF.

Preview

Color preview on black background

This text has color #E6C2FF on black background.


Color preview on white background

This text has color #E6C2FF on white background.


Black color preview on #E6C2FF background

This text has black color on #E6C2FF background.


White color preview on #E6C2FF background

This text has white color on #E6C2FF background.


Related colors

Complementary color

Complementary color for #hex is #193D00.


I love getcolorcode.com

Triadic colors

1 #FFE6C2 and #C2FFE6 with #E6C2FF are triadic colors.

2 #FFC2E6 and #C2E6FF with #E6C2FF are triadic colors.