Html Css Color HEX #EAC9D8 Classic Rose

📋 copy color: '#EAC9D8'

red 234 ◦ green 201 ◦ blue 216

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

Shades of Classic Rose #EAC9D8

Tints of Classic Rose #EAC9D8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.88%

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

R = 35.94%
G = 30.88%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EAC9D8 (or 0xEAC9D8) is known color: Classic Rose. HEX triplet: EA, C9 and D8. RGB value is (234,201,216). Sum of RGB (Red+Green+Blue) = 234+201+216=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9D8 is #153627. Grayscale: #D4D4D4. Windows color (decimal): -1390120 or 14207466. OLE color: 14207466.

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

Color convert

RGB 234 201 216 -
CMYK 0 0.14 0.08 0.08
HSL 332.73º 0.44% 0.85% -
HSV(B) 332.73º 0.14% 0.92% -
XYZ 67.21 64.22 73.82 -
YUV 212.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 234 201 216 0 0.14 0.08 0.08 332.73 0.44 0.85
Hex EA C9 D8 0 E 8 8 14D 2C 55
Octal 352 311 330 0 16 10 10 515 54 125
Binary 11101010 11001001 11011000 0 1110 1000 1000 101001101 101100 1010101

Color Harmonies of #EAC9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC9D8

Black with #EAC9D8

Text Example


Text Example

White with #EAC9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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