Html Css Color HEX #EAC2D8 Classic Rose

📋 copy color: '#EAC2D8'

red 234 ◦ green 194 ◦ blue 216

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

Shades of Classic Rose #EAC2D8

Tints of Classic Rose #EAC2D8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.12%

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

R = 36.34%
G = 30.12%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EAC2D8 (or 0xEAC2D8) is known color: Classic Rose. HEX triplet: EA, C2 and D8. RGB value is (234,194,216). Sum of RGB (Red+Green+Blue) = 234+194+216=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2D8 is #153D27. Grayscale: #D0D0D0. Windows color (decimal): -1391912 or 14205674. OLE color: 14205674.

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

Color convert

RGB 234 194 216 -
CMYK 0 0.17 0.08 0.08
HSL 327º 0.49% 0.84% -
HSV(B) 327º 0.17% 0.92% -
XYZ 65.62 61.03 73.29 -
YUV 208.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 234 194 216 0 0.17 0.08 0.08 327 0.49 0.84
Hex EA C2 D8 0 11 8 8 147 31 54
Octal 352 302 330 0 21 10 10 507 61 124
Binary 11101010 11000010 11011000 0 10001 1000 1000 101000111 110001 1010100

Color Harmonies of #EAC2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC2D8

Black with #EAC2D8

Text Example


Text Example

White with #EAC2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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