#EABEC1

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

Shades of Azalea #EABEC1

Tints of Azalea #EABEC1

Color information

#EABEC1 (or 0xEABEC1) is unknown color: approx Azalea. HEX triplet: EA, BE and C1. RGB value is (234,190,193). Sum of RGB (Red+Green+Blue) = 234+190+193=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC1 is #15413E. Grayscale: #CBCBCB. Windows color (decimal): -1392959 or 12697322. OLE color: 12697322.

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

Color convert

RGB234190193-
CMYK00.190.180.08
HSL355.91º51.16%83.14%-
HSV(B)355.91º18.8%91.76%-
XYZ61.9758.1758.41-
YUV203.5122.08149.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=37.93%
G=30.79%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419019300.190.180.08355.9151.1683.14
HexEABEC10131281643353
Octal352276301023221054463123
Binary1110101010111110110000010100111001010001011001001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEC1; }

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

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

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

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

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

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

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

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