#E2AFCC

Color #E2AFCC Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #E2AFCC

Tints of Twilight #E2AFCC

Color information

#E2AFCC (or 0xE2AFCC) is unknown color: approx Twilight. HEX triplet: E2, AF and CC. RGB value is (226,175,204). Sum of RGB (Red+Green+Blue) = 226+175+204=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFCC is #1D5033. Grayscale: #C1C1C1. Windows color (decimal): -1921076 or 13414370. OLE color: 13414370.

HSL color Cylindrical-coordinate representation of color #E2AFCC: hue angle of 325.88º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFCC is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226175204-
CMYK00.230.100.11
HSL325.88º46.79%78.63%-
HSV(B)325.88º22.57%88.63%-
XYZ57.5951.1963.97-
YUV193.55133.9151.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 37.36%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=37.36%
G=28.93%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617520400.230.100.11325.8846.7978.63
HexE2AFCC017AB1462f4f
Octal342257314027121350657117
Binary111000101010111111001100010111101010111010001101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFCC; }

 p { color: rgb(226,175,204); }

 H1.HeaderClassName
 {
   color: #E2AFCC;
 }
 .AnyTagClassName
 {
   color: #E2AFCC;
 }
</style>
background-color css

<style>
 a { background-color: #E2AFCC; }

 a { background-color: rgb(226,175,204); }

 div.DivClassName
 {
   background-color: #E2AFCC;
 }
 .BgClassName
 {
   background-color: #E2AFCC;
 }
</style>
border-color css

<style>
 span { border-color: #E2AFCC; }

 span { border-color: rgb(226,175,204); }

 td.TdClassName
 {
   border-color: #E2AFCC;
 }
 .TagClassName
 {
   border-color: #E2AFCC;
 }
</style>