Html Css Color HEX #EAC8DB Classic Rose

📋 copy color: '#EAC8DB'

red 234 ◦ green 200 ◦ blue 219

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

Shades of Classic Rose #EAC8DB

Tints of Classic Rose #EAC8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.63%

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

R = 35.83%
G = 30.63%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAC8DB (or 0xEAC8DB) is known color: Classic Rose. HEX triplet: EA, C8 and DB. RGB value is (234,200,219). Sum of RGB (Red+Green+Blue) = 234+200+219=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8DB is #153724. Grayscale: #D4D4D4. Windows color (decimal): -1390373 or 14403818. OLE color: 14403818.

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

Color convert

RGB 234 200 219 -
CMYK 0 0.15 0.06 0.08
HSL 326.47º 0.45% 0.85% -
HSV(B) 326.47º 0.15% 0.92% -
XYZ 67.37 63.92 75.8 -
YUV 212.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 234 200 219 0 0.15 0.06 0.08 326.47 0.45 0.85
Hex EA C8 DB 0 F 6 8 146 2D 55
Octal 352 310 333 0 17 6 10 506 55 125
Binary 11101010 11001000 11011011 0 1111 110 1000 101000110 101101 1010101

Color Harmonies of #EAC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC8DB

Black with #EAC8DB

Text Example


Text Example

White with #EAC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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