Shades of Azalea #EABFC3
Tints of Azalea #EABFC3
RGB
CMYK
RGB Variations
Color information
#EABFC3 (or 0xEABFC3) is known color: Azalea. HEX triplet: EA, BF and C3. RGB value is (234,191,195). Sum of RGB (Red+Green+Blue) = 234+191+195=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFC3 is #15403C. Grayscale: #CCCCCC. Windows color (decimal): -1392701 or 12828650. OLE color: 12828650.
HSL color Cylindrical-coordinate representation of color #EABFC3: hue angle of 354.42º 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 #EABFC3 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 195 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.08 |
| HSL | 354.42º | 0.51% | 0.83% | - |
| HSV(B) | 354.42º | 0.18% | 0.92% | - |
| XYZ | 62.41 | 58.69 | 59.67 | - |
| YUV | 204.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 195 | 0 | 0.18 | 0.17 | 0.08 | 354.42 | 0.51 | 0.83 |
| Hex | EA | BF | C3 | 0 | 12 | 11 | 8 | 162 | 33 | 53 |
| Octal | 352 | 277 | 303 | 0 | 22 | 21 | 10 | 542 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11000011 | 0 | 10010 | 10001 | 1000 | 101100010 | 110011 | 1010011 |
Color Harmonies of #EABFC3
Complementary color
Monochromatic Colors of #EABFC3
Black with #EABFC3
Text Example
Text Example
White with #EABFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFC3; }
p { color: rgb(234,191,195); }
H1.HeaderClassName
{
color: #EABFC3;
}
.AnyTagClassName
{
color: #EABFC3;
}
</style>
background-color css
<style>
a { background-color: #EABFC3; }
a { background-color: rgb(234,191,195); }
div.DivClassName
{
background-color: #EABFC3;
}
.BgClassName
{
background-color: #EABFC3;
}
</style>
border-color css
<style>
span { border-color: #EABFC3; }
span { border-color: rgb(234,191,195); }
td.TdClassName
{
border-color: #EABFC3;
}
.TagClassName
{
border-color: #EABFC3;
}
</style>