Shades of Azalea #EAC2C3
Tints of Azalea #EAC2C3
RGB
CMYK
RGB Variations
Color information
#EAC2C3 (or 0xEAC2C3) is known color: Azalea. HEX triplet: EA, C2 and C3. RGB value is (234,194,195). Sum of RGB (Red+Green+Blue) = 234+194+195=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2C3 is #153D3C. Grayscale: #CECECE. Windows color (decimal): -1391933 or 12829418. OLE color: 12829418.
HSL color Cylindrical-coordinate representation of color #EAC2C3: hue angle of 358.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 #EAC2C3 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 195 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.08 |
| HSL | 358.5º | 0.49% | 0.84% | - |
| HSV(B) | 358.5º | 0.17% | 0.92% | - |
| XYZ | 63.07 | 60.02 | 59.89 | - |
| YUV | 206.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 195 | 0 | 0.17 | 0.17 | 0.08 | 358.5 | 0.49 | 0.84 |
| Hex | EA | C2 | C3 | 0 | 11 | 11 | 8 | 166 | 31 | 54 |
| Octal | 352 | 302 | 303 | 0 | 21 | 21 | 10 | 546 | 61 | 124 |
| Binary | 11101010 | 11000010 | 11000011 | 0 | 10001 | 10001 | 1000 | 101100110 | 110001 | 1010100 |
Color Harmonies of #EAC2C3
Complementary color
Monochromatic Colors of #EAC2C3
Black with #EAC2C3
Text Example
Text Example
White with #EAC2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2C3; }
p { color: rgb(234,194,195); }
H1.HeaderClassName
{
color: #EAC2C3;
}
.AnyTagClassName
{
color: #EAC2C3;
}
</style>
background-color css
<style>
a { background-color: #EAC2C3; }
a { background-color: rgb(234,194,195); }
div.DivClassName
{
background-color: #EAC2C3;
}
.BgClassName
{
background-color: #EAC2C3;
}
</style>
border-color css
<style>
span { border-color: #EAC2C3; }
span { border-color: rgb(234,194,195); }
td.TdClassName
{
border-color: #EAC2C3;
}
.TagClassName
{
border-color: #EAC2C3;
}
</style>