Html Css Color HEX #EAC4D9 Classic Rose

📋 copy color: '#EAC4D9'

red 234 ◦ green 196 ◦ blue 217

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

Shades of Classic Rose #EAC4D9

Tints of Classic Rose #EAC4D9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.29%

 BLUE value IS 217 (85.16% from 255) = 33.54%

R = 36.17%
G = 30.29%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAC4D9 (or 0xEAC4D9) is known color: Classic Rose. HEX triplet: EA, C4 and D9. RGB value is (234,196,217). Sum of RGB (Red+Green+Blue) = 234+196+217=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4D9 is #153B26. Grayscale: #D1D1D1. Windows color (decimal): -1391399 or 14271722. OLE color: 14271722.

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

Color convert

RGB 234 196 217 -
CMYK 0 0.16 0.07 0.08
HSL 326.84º 0.48% 0.84% -
HSV(B) 326.84º 0.16% 0.92% -
XYZ 66.2 61.98 74.12 -
YUV 209.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 234 196 217 0 0.16 0.07 0.08 326.84 0.48 0.84
Hex EA C4 D9 0 10 7 8 147 30 54
Octal 352 304 331 0 20 7 10 507 60 124
Binary 11101010 11000100 11011001 0 10000 111 1000 101000111 110000 1010100

Color Harmonies of #EAC4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4D9

Black with #EAC4D9

Text Example


Text Example

White with #EAC4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4D9; }

 p { color: rgb(234,196,217); }

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

background-color css

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

 a { background-color: rgb(234,196,217); }

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

border-color css

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

 span { border-color: rgb(234,196,217); }

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