#EACBE1

Color #EACBE1 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EACBE1

Tints of Classic Rose #EACBE1

Color information

#EACBE1 (or 0xEACBE1) is unknown color: approx Classic Rose. HEX triplet: EA, CB and E1. RGB value is (234,203,225). Sum of RGB (Red+Green+Blue) = 234+203+225=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBE1 is #15341E. Grayscale: #D6D6D6. Windows color (decimal): -1389599 or 14797802. OLE color: 14797802.

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

Color convert

RGB234203225-
CMYK00.130.040.08
HSL317.42º42.47%85.69%-
HSV(B)317.42º13.25%91.76%-
XYZ68.8865.6480.27-
YUV214.78133.77141.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=35.35%
G=30.66%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420322500.130.040.08317.4242.4785.69
HexEACBE10D4813d2a56
Octal35231334101541047552126
Binary1110101011001011111000010110110010001001111011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBE1; }

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

 H1.HeaderClassName
 {
   color: #EACBE1;
 }
 .AnyTagClassName
 {
   color: #EACBE1;
 }
</style>
background-color css

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

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

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

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

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

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