Shades of Azalea #EABEC3
Tints of Azalea #EABEC3
RGB
CMYK
RGB Variations
Color information
#EABEC3 (or 0xEABEC3) is known color: 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
| RGB | 234 | 190 | 195 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.08 |
| HSL | 353.18º | 0.51% | 0.83% | - |
| HSV(B) | 353.18º | 0.19% | 0.92% | - |
| XYZ | 62.2 | 58.26 | 59.6 | - |
| YUV | 203.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 195 | 0 | 0.19 | 0.17 | 0.08 | 353.18 | 0.51 | 0.83 |
| Hex | EA | BE | C3 | 0 | 13 | 11 | 8 | 161 | 33 | 53 |
| Octal | 352 | 276 | 303 | 0 | 23 | 21 | 10 | 541 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11000011 | 0 | 10011 | 10001 | 1000 | 101100001 | 110011 | 1010011 |
Color Harmonies of #EABEC3
Complementary color
Monochromatic Colors of #EABEC3
Black with #EABEC3
Text Example
Text Example
White with #EABEC3
Text Example
Text Example
HTML Codes & Css Web 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>