#EAB7D0

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

Shades of Twilight #EAB7D0

Tints of Twilight #EAB7D0

Color information

#EAB7D0 (or 0xEAB7D0) is unknown color: approx Twilight. HEX triplet: EA, B7 and D0. RGB value is (234,183,208). Sum of RGB (Red+Green+Blue) = 234+183+208=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7D0 is #15482F. Grayscale: #C9C9C9. Windows color (decimal): -1394736 or 13678570. OLE color: 13678570.

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

Color convert

RGB234183208-
CMYK00.220.110.08
HSL330.59º54.84%81.76%-
HSV(B)330.59º21.79%91.76%-
XYZ62.2555.9167.19-
YUV201.1131.9151.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 183 (71.88% from 255) = 29.28%
BLUE value IS 208 (81.64% from 255) = 33.28%
R=37.44%
G=29.28%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418320800.220.110.08330.5954.8481.76
HexEAB7D0016B814b3752
Octal352267320026131051367122
Binary111010101011011111010000010110101110001010010111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7D0; }

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

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

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

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

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

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

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

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