Html Css Color HEX #EAC0D7 Classic Rose

📋 copy color: '#EAC0D7'

red 234 ◦ green 192 ◦ blue 215

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

Shades of Classic Rose #EAC0D7

Tints of Classic Rose #EAC0D7

RGB

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

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

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

R = 36.51%
G = 29.95%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EAC0D7 (or 0xEAC0D7) is known color: Classic Rose. HEX triplet: EA, C0 and D7. RGB value is (234,192,215). Sum of RGB (Red+Green+Blue) = 234+192+215=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0D7 is #153F28. Grayscale: #CFCFCF. Windows color (decimal): -1392425 or 14139626. OLE color: 14139626.

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

Color convert

RGB 234 192 215 -
CMYK 0 0.18 0.08 0.08
HSL 327.14º 0.5% 0.84% -
HSV(B) 327.14º 0.18% 0.92% -
XYZ 65.05 60.1 72.46 -
YUV 207.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 234 192 215 0 0.18 0.08 0.08 327.14 0.5 0.84
Hex EA C0 D7 0 12 8 8 147 32 54
Octal 352 300 327 0 22 10 10 507 62 124
Binary 11101010 11000000 11010111 0 10010 1000 1000 101000111 110010 1010100

Color Harmonies of #EAC0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0D7

Black with #EAC0D7

Text Example


Text Example

White with #EAC0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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