#EAB7D5

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

Shades of Twilight #EAB7D5

Tints of Twilight #EAB7D5

Color information

#EAB7D5 (or 0xEAB7D5) is unknown color: approx Twilight. HEX triplet: EA, B7 and D5. RGB value is (234,183,213). Sum of RGB (Red+Green+Blue) = 234+183+213=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7D5 is #15482A. Grayscale: #C9C9C9. Windows color (decimal): -1394731 or 14006250. OLE color: 14006250.

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

Color convert

RGB234183213-
CMYK00.220.090.08
HSL324.71º54.84%81.76%-
HSV(B)324.71º21.79%91.76%-
XYZ62.8856.1670.48-
YUV201.67134.4151.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 183 (71.88% from 255) = 29.05%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=37.14%
G=29.05%
B=33.81%

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
Decimal23418321300.220.090.08324.7154.8481.76
HexEAB7D5016981453752
Octal352267325026111050567122
Binary111010101011011111010101010110100110001010001011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7D5; }

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

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

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

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

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

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

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

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