#EABEC3

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

Shades of Azalea #EABEC3

Tints of Azalea #EABEC3

Color information

#EABEC3 (or 0xEABEC3) is unknown color: approx Azalea. HEX triplet: EA, BE and C3. RGB value is (234,190,195). Sum of RGB (Red+Green+Blue) = 234+190+195=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC3 is #15413C. Grayscale: #CBCBCB. Windows color (decimal): -1392957 or 12828394. OLE color: 12828394.

HSL color Cylindrical-coordinate representation of color #EABEC3: hue angle of 353.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABEC3 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB234190195-
CMYK00.190.170.08
HSL353.18º51.16%83.14%-
HSV(B)353.18º18.8%91.76%-
XYZ62.258.2659.6-
YUV203.73123.08149.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 195 (76.56% from 255) = 31.50%
R=37.80%
G=30.69%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419019500.190.170.08353.1851.1683.14
HexEABEC30131181613353
Octal352276303023211054163123
Binary1110101010111110110000110100111000110001011000011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEC3; }

 p { color: rgb(234,190,195); }

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

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

 a { background-color: rgb(234,190,195); }

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

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

 span { border-color: rgb(234,190,195); }

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