Shades of Azalea #EAC1C4
Tints of Azalea #EAC1C4
RGB
CMYK
RGB Variations
Color information
#EAC1C4 (or 0xEAC1C4) is known color: Azalea. HEX triplet: EA, C1 and C4. RGB value is (234,193,196). Sum of RGB (Red+Green+Blue) = 234+193+196=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1C4 is #153E3B. Grayscale: #CDCDCD. Windows color (decimal): -1392188 or 12894698. OLE color: 12894698.
HSL color Cylindrical-coordinate representation of color #EAC1C4: hue angle of 355.61º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC1C4 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 196 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.08 |
| HSL | 355.61º | 0.49% | 0.84% | - |
| HSV(B) | 355.61º | 0.18% | 0.92% | - |
| XYZ | 62.97 | 59.62 | 60.41 | - |
| YUV | 205.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 196 | 0 | 0.18 | 0.16 | 0.08 | 355.61 | 0.49 | 0.84 |
| Hex | EA | C1 | C4 | 0 | 12 | 10 | 8 | 164 | 31 | 54 |
| Octal | 352 | 301 | 304 | 0 | 22 | 20 | 10 | 544 | 61 | 124 |
| Binary | 11101010 | 11000001 | 11000100 | 0 | 10010 | 10000 | 1000 | 101100100 | 110001 | 1010100 |
Color Harmonies of #EAC1C4
Complementary color
Monochromatic Colors of #EAC1C4
Black with #EAC1C4
Text Example
Text Example
White with #EAC1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1C4; }
p { color: rgb(234,193,196); }
H1.HeaderClassName
{
color: #EAC1C4;
}
.AnyTagClassName
{
color: #EAC1C4;
}
</style>
background-color css
<style>
a { background-color: #EAC1C4; }
a { background-color: rgb(234,193,196); }
div.DivClassName
{
background-color: #EAC1C4;
}
.BgClassName
{
background-color: #EAC1C4;
}
</style>
border-color css
<style>
span { border-color: #EAC1C4; }
span { border-color: rgb(234,193,196); }
td.TdClassName
{
border-color: #EAC1C4;
}
.TagClassName
{
border-color: #EAC1C4;
}
</style>