#E1AFC8

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

Shades of Twilight #E1AFC8

Tints of Twilight #E1AFC8

Color information

#E1AFC8 (or 0xE1AFC8) is unknown color: approx Twilight. HEX triplet: E1, AF and C8. RGB value is (225,175,200). Sum of RGB (Red+Green+Blue) = 225+175+200=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFC8 is #1E5037. Grayscale: #C0C0C0. Windows color (decimal): -1986616 or 13152225. OLE color: 13152225.

HSL color Cylindrical-coordinate representation of color #E1AFC8: hue angle of 330º 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 #E1AFC8 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB225175200-
CMYK00.220.110.12
HSL330º45.45%78.43%-
HSV(B)330º22.22%88.24%-
XYZ56.8150.8461.46-
YUV192.8132.06150.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 200 (78.52% from 255) = 33.33%
R=37.5%
G=29.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517520000.220.110.1233045.4578.43
HexE1AFC8016BC14a2d4e
Octal341257310026131451255116
Binary111000011010111111001000010110101111001010010101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFC8; }

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

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

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

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

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

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

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

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