Html Css Color HEX #EAC4D7 Classic Rose

📋 copy color: '#EAC4D7'

red 234 ◦ green 196 ◦ blue 215

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

Shades of Classic Rose #EAC4D7

Tints of Classic Rose #EAC4D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.33%

R = 36.28%
G = 30.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EAC4D7 (or 0xEAC4D7) is known color: Classic Rose. HEX triplet: EA, C4 and D7. RGB value is (234,196,215). Sum of RGB (Red+Green+Blue) = 234+196+215=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4D7 is #153B28. Grayscale: #D1D1D1. Windows color (decimal): -1391401 or 14140650. OLE color: 14140650.

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

Color convert

RGB 234 196 215 -
CMYK 0 0.16 0.08 0.08
HSL 330º 0.48% 0.84% -
HSV(B) 330º 0.16% 0.92% -
XYZ 65.94 61.88 72.76 -
YUV 209.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 234 196 215 0 0.16 0.08 0.08 330 0.48 0.84
Hex EA C4 D7 0 10 8 8 14A 30 54
Octal 352 304 327 0 20 10 10 512 60 124
Binary 11101010 11000100 11010111 0 10000 1000 1000 101001010 110000 1010100

Color Harmonies of #EAC4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4D7

Black with #EAC4D7

Text Example


Text Example

White with #EAC4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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