Shades of Azalea #EAC2C7
Tints of Azalea #EAC2C7
RGB
CMYK
RGB Variations
Color information
#EAC2C7 (or 0xEAC2C7) is known color: Azalea. HEX triplet: EA, C2 and C7. RGB value is (234,194,199). Sum of RGB (Red+Green+Blue) = 234+194+199=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2C7 is #153D38. Grayscale: #CECECE. Windows color (decimal): -1391929 or 13091562. OLE color: 13091562.
HSL color Cylindrical-coordinate representation of color #EAC2C7: hue angle of 352.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC2C7 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 199 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.08 |
| HSL | 352.5º | 0.49% | 0.84% | - |
| HSV(B) | 352.5º | 0.17% | 0.92% | - |
| XYZ | 63.53 | 60.2 | 62.3 | - |
| YUV | 206.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 199 | 0 | 0.17 | 0.15 | 0.08 | 352.5 | 0.49 | 0.84 |
| Hex | EA | C2 | C7 | 0 | 11 | F | 8 | 160 | 31 | 54 |
| Octal | 352 | 302 | 307 | 0 | 21 | 17 | 10 | 540 | 61 | 124 |
| Binary | 11101010 | 11000010 | 11000111 | 0 | 10001 | 1111 | 1000 | 101100000 | 110001 | 1010100 |
Color Harmonies of #EAC2C7
Complementary color
Monochromatic Colors of #EAC2C7
Black with #EAC2C7
Text Example
Text Example
White with #EAC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2C7; }
p { color: rgb(234,194,199); }
H1.HeaderClassName
{
color: #EAC2C7;
}
.AnyTagClassName
{
color: #EAC2C7;
}
</style>
background-color css
<style>
a { background-color: #EAC2C7; }
a { background-color: rgb(234,194,199); }
div.DivClassName
{
background-color: #EAC2C7;
}
.BgClassName
{
background-color: #EAC2C7;
}
</style>
border-color css
<style>
span { border-color: #EAC2C7; }
span { border-color: rgb(234,194,199); }
td.TdClassName
{
border-color: #EAC2C7;
}
.TagClassName
{
border-color: #EAC2C7;
}
</style>