Html Css Color HEX #EAC5DB Classic Rose

📋 copy color: '#EAC5DB'

red 234 ◦ green 197 ◦ blue 219

#EAC5DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #EAC5DB

Tints of Classic Rose #EAC5DB

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAC5DB (or 0xEAC5DB) is known color: 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

RGB 234 197 219 -
CMYK 0 0.16 0.06 0.08
HSL 324.32º 0.47% 0.85% -
HSV(B) 324.32º 0.16% 0.92% -
XYZ 66.68 62.54 75.57 -
YUV 210.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 234 197 219 0 0.16 0.06 0.08 324.32 0.47 0.85
Hex EA C5 DB 0 10 6 8 144 2F 55
Octal 352 305 333 0 20 6 10 504 57 125
Binary 11101010 11000101 11011011 0 10000 110 1000 101000100 101111 1010101

Color Harmonies of #EAC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC5DB

Black with #EAC5DB

Text Example


Text Example

White with #EAC5DB

Text Example


Text Example

HTML Codes & Css Web 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>