#E1AFCB

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

Shades of Twilight #E1AFCB

Tints of Twilight #E1AFCB

Color information

#E1AFCB (or 0xE1AFCB) is unknown color: approx Twilight. HEX triplet: E1, AF and CB. RGB value is (225,175,203). Sum of RGB (Red+Green+Blue) = 225+175+203=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFCB is #1E5034. Grayscale: #C1C1C1. Windows color (decimal): -1986613 or 13348833. OLE color: 13348833.

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

Color convert

RGB225175203-
CMYK00.220.100.12
HSL326.4º45.45%78.43%-
HSV(B)326.4º22.22%88.24%-
XYZ57.1650.9863.33-
YUV193.14133.56150.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=37.31%
G=29.02%
B=33.67%

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
Decimal22517520300.220.100.12326.445.4578.43
HexE1AFCB016AC1462d4e
Octal341257313026121450655116
Binary111000011010111111001011010110101011001010001101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFCB; }

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

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

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

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

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

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

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

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