Html Css Color HEX #EAC8D8 Classic Rose

📋 copy color: '#EAC8D8'

red 234 ◦ green 200 ◦ blue 216

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

Shades of Classic Rose #EAC8D8

Tints of Classic Rose #EAC8D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.23%

R = 36%
G = 30.77%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EAC8D8 (or 0xEAC8D8) is known color: Classic Rose. HEX triplet: EA, C8 and D8. RGB value is (234,200,216). Sum of RGB (Red+Green+Blue) = 234+200+216=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8D8 is #153727. Grayscale: #D3D3D3. Windows color (decimal): -1390376 or 14207210. OLE color: 14207210.

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

Color convert

RGB 234 200 216 -
CMYK 0 0.15 0.08 0.08
HSL 331.76º 0.45% 0.85% -
HSV(B) 331.76º 0.15% 0.92% -
XYZ 66.98 63.76 73.74 -
YUV 211.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 234 200 216 0 0.15 0.08 0.08 331.76 0.45 0.85
Hex EA C8 D8 0 F 8 8 14C 2D 55
Octal 352 310 330 0 17 10 10 514 55 125
Binary 11101010 11001000 11011000 0 1111 1000 1000 101001100 101101 1010101

Color Harmonies of #EAC8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC8D8

Black with #EAC8D8

Text Example


Text Example

White with #EAC8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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