Html Css Color HEX #EAC0D4 Classic Rose

📋 copy color: '#EAC0D4'

red 234 ◦ green 192 ◦ blue 212

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

Shades of Classic Rose #EAC0D4

Tints of Classic Rose #EAC0D4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.09%

 BLUE value IS 212 (83.2% from 255) = 33.23%

R = 36.68%
G = 30.09%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAC0D4 (or 0xEAC0D4) is known color: Classic Rose. HEX triplet: EA, C0 and D4. RGB value is (234,192,212). Sum of RGB (Red+Green+Blue) = 234+192+212=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0D4 is #153F2B. Grayscale: #CECECE. Windows color (decimal): -1392428 or 13943018. OLE color: 13943018.

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

Color convert

RGB 234 192 212 -
CMYK 0 0.18 0.09 0.08
HSL 331.43º 0.5% 0.84% -
HSV(B) 331.43º 0.18% 0.92% -
XYZ 64.66 59.95 70.45 -
YUV 206.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 234 192 212 0 0.18 0.09 0.08 331.43 0.5 0.84
Hex EA C0 D4 0 12 9 8 14B 32 54
Octal 352 300 324 0 22 11 10 513 62 124
Binary 11101010 11000000 11010100 0 10010 1001 1000 101001011 110010 1010100

Color Harmonies of #EAC0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0D4

Black with #EAC0D4

Text Example


Text Example

White with #EAC0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0D4; }

 p { color: rgb(234,192,212); }

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

background-color css

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

 a { background-color: rgb(234,192,212); }

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

border-color css

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

 span { border-color: rgb(234,192,212); }

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