#EAC5DB

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

Shades of Classic Rose #EAC5DB

Tints of Classic Rose #EAC5DB

Color information

#EAC5DB (or 0xEAC5DB) is unknown color: approx Classic Rose. HEX triplet: EA, C5 and DB. RGB value is (234,197,219). Sum of RGB (Red+Green+Blue) = 234+197+219=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5DB is #153A24. Grayscale: #D2D2D2. Windows color (decimal): -1391141 or 14403050. OLE color: 14403050.

HSL color Cylindrical-coordinate representation of color #EAC5DB: hue angle of 324.32º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC5DB is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234197219-
CMYK00.160.060.08
HSL324.32º46.84%84.51%-
HSV(B)324.32º15.81%91.76%-
XYZ66.6862.5475.57-
YUV210.57132.76144.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 197 (77.34% from 255) = 30.31%
BLUE value IS 219 (85.94% from 255) = 33.69%
R=36%
G=30.31%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419721900.160.060.08324.3246.8484.51
HexEAC5DB010681442f55
Octal35230533302061050457125
Binary11101010110001011101101101000011010001010001001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5DB; }

 p { color: rgb(234,197,219); }

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

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

 a { background-color: rgb(234,197,219); }

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

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

 span { border-color: rgb(234,197,219); }

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