Shades of Azalea #EABEC2
Tints of Azalea #EABEC2
RGB
CMYK
RGB Variations
Color information
#EABEC2 (or 0xEABEC2) is known color: Azalea. HEX triplet: EA, BE and C2. RGB value is (234,190,194). Sum of RGB (Red+Green+Blue) = 234+190+194=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC2 is #15413D. Grayscale: #CBCBCB. Windows color (decimal): -1392958 or 12762858. OLE color: 12762858.
HSL color Cylindrical-coordinate representation of color #EABEC2: hue angle of 354.55º 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 #EABEC2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 194 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.08 |
| HSL | 354.55º | 0.51% | 0.83% | - |
| HSV(B) | 354.55º | 0.19% | 0.92% | - |
| XYZ | 62.08 | 58.21 | 59 | - |
| YUV | 203.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 194 | 0 | 0.19 | 0.17 | 0.08 | 354.55 | 0.51 | 0.83 |
| Hex | EA | BE | C2 | 0 | 13 | 11 | 8 | 163 | 33 | 53 |
| Octal | 352 | 276 | 302 | 0 | 23 | 21 | 10 | 543 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11000010 | 0 | 10011 | 10001 | 1000 | 101100011 | 110011 | 1010011 |
Color Harmonies of #EABEC2
Complementary color
Monochromatic Colors of #EABEC2
Black with #EABEC2
Text Example
Text Example
White with #EABEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEC2; }
p { color: rgb(234,190,194); }
H1.HeaderClassName
{
color: #EABEC2;
}
.AnyTagClassName
{
color: #EABEC2;
}
</style>
background-color css
<style>
a { background-color: #EABEC2; }
a { background-color: rgb(234,190,194); }
div.DivClassName
{
background-color: #EABEC2;
}
.BgClassName
{
background-color: #EABEC2;
}
</style>
border-color css
<style>
span { border-color: #EABEC2; }
span { border-color: rgb(234,190,194); }
td.TdClassName
{
border-color: #EABEC2;
}
.TagClassName
{
border-color: #EABEC2;
}
</style>