#E1AFCA

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

Shades of Twilight #E1AFCA

Tints of Twilight #E1AFCA

Color information

#E1AFCA (or 0xE1AFCA) is unknown color: approx Twilight. HEX triplet: E1, AF and CA. RGB value is (225,175,202). Sum of RGB (Red+Green+Blue) = 225+175+202=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFCA is #1E5035. Grayscale: #C0C0C0. Windows color (decimal): -1986614 or 13283297. OLE color: 13283297.

HSL color Cylindrical-coordinate representation of color #E1AFCA: hue angle of 327.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFCA is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225175202-
CMYK00.220.100.12
HSL327.6º45.45%78.43%-
HSV(B)327.6º22.22%88.24%-
XYZ57.0450.9362.7-
YUV193.03133.06150.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=37.38%
G=29.07%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517520200.220.100.12327.645.4578.43
HexE1AFCA016AC1482d4e
Octal341257312026121451055116
Binary111000011010111111001010010110101011001010010001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFCA; }

 p { color: rgb(225,175,202); }

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

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

 a { background-color: rgb(225,175,202); }

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

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

 span { border-color: rgb(225,175,202); }

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