#E0AFCB

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

Shades of Twilight #E0AFCB

Tints of Twilight #E0AFCB

Color information

#E0AFCB (or 0xE0AFCB) is unknown color: approx Twilight. HEX triplet: E0, AF and CB. RGB value is (224,175,203). Sum of RGB (Red+Green+Blue) = 224+175+203=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFCB is #1F5034. Grayscale: #C0C0C0. Windows color (decimal): -2052149 or 13348832. OLE color: 13348832.

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

Color convert

RGB224175203-
CMYK00.220.090.12
HSL325.71º44.14%78.24%-
HSV(B)325.71º21.88%87.84%-
XYZ56.8550.8263.31-
YUV192.84133.73150.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=37.21%
G=29.07%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417520300.220.090.12325.7144.1478.24
HexE0AFCB0169C1462c4e
Octal340257313026111450654116
Binary111000001010111111001011010110100111001010001101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFCB; }

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

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

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

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

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

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

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

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