Html Css Color HEX #EACEE0 Classic Rose

📋 copy color: '#EACEE0'

red 234 ◦ green 206 ◦ blue 224

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

Shades of Classic Rose #EACEE0

Tints of Classic Rose #EACEE0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.02%

 BLUE value IS 224 (87.89% from 255) = 33.73%

R = 35.24%
G = 31.02%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EACEE0 (or 0xEACEE0) is known color: Classic Rose. HEX triplet: EA, CE and E0. RGB value is (234,206,224). Sum of RGB (Red+Green+Blue) = 234+206+224=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEE0 is #15311F. Grayscale: #D8D8D8. Windows color (decimal): -1388832 or 14733034. OLE color: 14733034.

HSL color Cylindrical-coordinate representation of color #EACEE0: hue angle of 321.43º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACEE0 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 206 224 -
CMYK 0 0.12 0.04 0.08
HSL 321.43º 0.4% 0.86% -
HSV(B) 321.43º 0.12% 0.92% -
XYZ 69.46 67.02 79.8 -
YUV 216.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 234 206 224 0 0.12 0.04 0.08 321.43 0.4 0.86
Hex EA CE E0 0 C 4 8 141 28 56
Octal 352 316 340 0 14 4 10 501 50 126
Binary 11101010 11001110 11100000 0 1100 100 1000 101000001 101000 1010110

Color Harmonies of #EACEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACEE0

Black with #EACEE0

Text Example


Text Example

White with #EACEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACEE0; }

 p { color: rgb(234,206,224); }

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

background-color css

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

 a { background-color: rgb(234,206,224); }

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

border-color css

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

 span { border-color: rgb(234,206,224); }

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