Shades of Azalea #EABFC4
Tints of Azalea #EABFC4
RGB
CMYK
RGB Variations
Color information
#EABFC4 (or 0xEABFC4) is known color: Azalea. HEX triplet: EA, BF and C4. RGB value is (234,191,196). Sum of RGB (Red+Green+Blue) = 234+191+196=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFC4 is #15403B. Grayscale: #CCCCCC. Windows color (decimal): -1392700 or 12894186. OLE color: 12894186.
HSL color Cylindrical-coordinate representation of color #EABFC4: hue angle of 353.02º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EABFC4 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 196 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.08 |
| HSL | 353.02º | 0.51% | 0.83% | - |
| HSV(B) | 353.02º | 0.18% | 0.92% | - |
| XYZ | 62.53 | 58.74 | 60.27 | - |
| YUV | 204.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 196 | 0 | 0.18 | 0.16 | 0.08 | 353.02 | 0.51 | 0.83 |
| Hex | EA | BF | C4 | 0 | 12 | 10 | 8 | 161 | 33 | 53 |
| Octal | 352 | 277 | 304 | 0 | 22 | 20 | 10 | 541 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11000100 | 0 | 10010 | 10000 | 1000 | 101100001 | 110011 | 1010011 |
Color Harmonies of #EABFC4
Complementary color
Monochromatic Colors of #EABFC4
Black with #EABFC4
Text Example
Text Example
White with #EABFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFC4; }
p { color: rgb(234,191,196); }
H1.HeaderClassName
{
color: #EABFC4;
}
.AnyTagClassName
{
color: #EABFC4;
}
</style>
background-color css
<style>
a { background-color: #EABFC4; }
a { background-color: rgb(234,191,196); }
div.DivClassName
{
background-color: #EABFC4;
}
.BgClassName
{
background-color: #EABFC4;
}
</style>
border-color css
<style>
span { border-color: #EABFC4; }
span { border-color: rgb(234,191,196); }
td.TdClassName
{
border-color: #EABFC4;
}
.TagClassName
{
border-color: #EABFC4;
}
</style>