Html Css Color HEX #EAC0DB Classic Rose

📋 copy color: '#EAC0DB'

red 234 ◦ green 192 ◦ blue 219

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

Shades of Classic Rose #EAC0DB

Tints of Classic Rose #EAC0DB

RGB

 RED value IS 234 (91.8% from 255) = 36.28%

 GREEN value IS 192 (75.39% from 255) = 29.77%

 BLUE value IS 219 (85.94% from 255) = 33.95%

R = 36.28%
G = 29.77%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAC0DB (or 0xEAC0DB) is known color: Classic Rose. HEX triplet: EA, C0 and DB. RGB value is (234,192,219). Sum of RGB (Red+Green+Blue) = 234+192+219=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0DB is #153F24. Grayscale: #CFCFCF. Windows color (decimal): -1392421 or 14401770. OLE color: 14401770.

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

Color convert

RGB 234 192 219 -
CMYK 0 0.18 0.06 0.08
HSL 321.43º 0.5% 0.84% -
HSV(B) 321.43º 0.18% 0.92% -
XYZ 65.57 60.31 75.2 -
YUV 207.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 234 192 219 0 0.18 0.06 0.08 321.43 0.5 0.84
Hex EA C0 DB 0 12 6 8 141 32 54
Octal 352 300 333 0 22 6 10 501 62 124
Binary 11101010 11000000 11011011 0 10010 110 1000 101000001 110010 1010100

Color Harmonies of #EAC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0DB

Black with #EAC0DB

Text Example


Text Example

White with #EAC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0DB; }

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

 H1.HeaderClassName
 {
   color: #EAC0DB;
 }
 .AnyTagClassName
 {
   color: #EAC0DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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