Shades of Azalea #EABFC1
Tints of Azalea #EABFC1
RGB
CMYK
RGB Variations
Color information
#EABFC1 (or 0xEABFC1) is known color: Azalea. HEX triplet: EA, BF and C1. RGB value is (234,191,193). Sum of RGB (Red+Green+Blue) = 234+191+193=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFC1 is #15403E. Grayscale: #CCCCCC. Windows color (decimal): -1392703 or 12697578. OLE color: 12697578.
HSL color Cylindrical-coordinate representation of color #EABFC1: hue angle of 357.21º 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 #EABFC1 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 193 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.08 |
| HSL | 357.21º | 0.51% | 0.83% | - |
| HSV(B) | 357.21º | 0.18% | 0.92% | - |
| XYZ | 62.19 | 58.6 | 58.49 | - |
| YUV | 204.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 193 | 0 | 0.18 | 0.18 | 0.08 | 357.21 | 0.51 | 0.83 |
| Hex | EA | BF | C1 | 0 | 12 | 12 | 8 | 165 | 33 | 53 |
| Octal | 352 | 277 | 301 | 0 | 22 | 22 | 10 | 545 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11000001 | 0 | 10010 | 10010 | 1000 | 101100101 | 110011 | 1010011 |
Color Harmonies of #EABFC1
Complementary color
Monochromatic Colors of #EABFC1
Black with #EABFC1
Text Example
Text Example
White with #EABFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFC1; }
p { color: rgb(234,191,193); }
H1.HeaderClassName
{
color: #EABFC1;
}
.AnyTagClassName
{
color: #EABFC1;
}
</style>
background-color css
<style>
a { background-color: #EABFC1; }
a { background-color: rgb(234,191,193); }
div.DivClassName
{
background-color: #EABFC1;
}
.BgClassName
{
background-color: #EABFC1;
}
</style>
border-color css
<style>
span { border-color: #EABFC1; }
span { border-color: rgb(234,191,193); }
td.TdClassName
{
border-color: #EABFC1;
}
.TagClassName
{
border-color: #EABFC1;
}
</style>