Html Css Color HEX #EAC8DD Classic Rose

📋 copy color: '#EAC8DD'

red 234 ◦ green 200 ◦ blue 221

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

Shades of Classic Rose #EAC8DD

Tints of Classic Rose #EAC8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.74%

R = 35.73%
G = 30.53%
B = 33.74%

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

#EAC8DD (or 0xEAC8DD) is known color: Classic Rose. HEX triplet: EA, C8 and DD. RGB value is (234,200,221). Sum of RGB (Red+Green+Blue) = 234+200+221=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8DD is #153722. Grayscale: #D4D4D4. Windows color (decimal): -1390371 or 14534890. OLE color: 14534890.

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

Color convert

RGB 234 200 221 -
CMYK 0 0.15 0.06 0.08
HSL 322.94º 0.45% 0.85% -
HSV(B) 322.94º 0.15% 0.92% -
XYZ 67.64 64.02 77.2 -
YUV 212.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 234 200 221 0 0.15 0.06 0.08 322.94 0.45 0.85
Hex EA C8 DD 0 F 6 8 143 2D 55
Octal 352 310 335 0 17 6 10 503 55 125
Binary 11101010 11001000 11011101 0 1111 110 1000 101000011 101101 1010101

Color Harmonies of #EAC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC8DD

Black with #EAC8DD

Text Example


Text Example

White with #EAC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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