Html Css Color HEX #EACBE0 Classic Rose

📋 copy color: '#EACBE0'

red 234 ◦ green 203 ◦ blue 224

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

Shades of Classic Rose #EACBE0

Tints of Classic Rose #EACBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.71%

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

R = 35.4%
G = 30.71%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EACBE0 (or 0xEACBE0) is known color: Classic Rose. HEX triplet: EA, CB and E0. RGB value is (234,203,224). Sum of RGB (Red+Green+Blue) = 234+203+224=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBE0 is #15341F. Grayscale: #D6D6D6. Windows color (decimal): -1389600 or 14732266. OLE color: 14732266.

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

Color convert

RGB 234 203 224 -
CMYK 0 0.13 0.04 0.08
HSL 319.35º 0.42% 0.86% -
HSV(B) 319.35º 0.13% 0.92% -
XYZ 68.74 65.59 79.56 -
YUV 214.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 234 203 224 0 0.13 0.04 0.08 319.35 0.42 0.86
Hex EA CB E0 0 D 4 8 13F 2A 56
Octal 352 313 340 0 15 4 10 477 52 126
Binary 11101010 11001011 11100000 0 1101 100 1000 100111111 101010 1010110

Color Harmonies of #EACBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACBE0

Black with #EACBE0

Text Example


Text Example

White with #EACBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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