#EAB7D4

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

Shades of Twilight #EAB7D4

Tints of Twilight #EAB7D4

Color information

#EAB7D4 (or 0xEAB7D4) is unknown color: approx Twilight. HEX triplet: EA, B7 and D4. RGB value is (234,183,212). Sum of RGB (Red+Green+Blue) = 234+183+212=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7D4 is #15482B. Grayscale: #C9C9C9. Windows color (decimal): -1394732 or 13940714. OLE color: 13940714.

HSL color Cylindrical-coordinate representation of color #EAB7D4: hue angle of 325.88º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB7D4 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234183212-
CMYK00.220.090.08
HSL325.88º54.84%81.76%-
HSV(B)325.88º21.79%91.76%-
XYZ62.7556.1169.81-
YUV201.56133.9151.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 183 (71.88% from 255) = 29.09%
BLUE value IS 212 (83.20% from 255) = 33.70%
R=37.20%
G=29.09%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418321200.220.090.08325.8854.8481.76
HexEAB7D4016981463752
Octal352267324026111050667122
Binary111010101011011111010100010110100110001010001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7D4; }

 p { color: rgb(234,183,212); }

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

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

 a { background-color: rgb(234,183,212); }

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

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

 span { border-color: rgb(234,183,212); }

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