Shades of Mauvelous #EC84AF
Tints of Mauvelous #EC84AF
RGB
CMYK
RGB Variations
Color information
#EC84AF (or 0xEC84AF) is known color: Mauvelous. HEX triplet: EC, 84 and AF. RGB value is (236,132,175). Sum of RGB (Red+Green+Blue) = 236+132+175=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC84AF is #137B50. Grayscale: #A7A7A7. Windows color (decimal): -1276753 or 11502828. OLE color: 11502828.
HSL color Cylindrical-coordinate representation of color #EC84AF: hue angle of 335.19º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC84AF is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 175 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.07 |
| HSL | 335.19º | 0.73% | 0.72% | - |
| HSV(B) | 335.19º | 0.44% | 0.93% | - |
| XYZ | 50.58 | 37.43 | 45.12 | - |
| YUV | 168 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 175 | 0 | 0.44 | 0.26 | 0.07 | 335.19 | 0.73 | 0.72 |
| Hex | EC | 84 | AF | 0 | 2C | 1A | 7 | 14F | 49 | 48 |
| Octal | 354 | 204 | 257 | 0 | 54 | 32 | 7 | 517 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10101111 | 0 | 101100 | 11010 | 111 | 101001111 | 1001001 | 1001000 |
Color Harmonies of #EC84AF
Complementary color
Monochromatic Colors of #EC84AF
Black with #EC84AF
Text Example
Text Example
White with #EC84AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84AF; }
p { color: rgb(236,132,175); }
H1.HeaderClassName
{
color: #EC84AF;
}
.AnyTagClassName
{
color: #EC84AF;
}
</style>
background-color css
<style>
a { background-color: #EC84AF; }
a { background-color: rgb(236,132,175); }
div.DivClassName
{
background-color: #EC84AF;
}
.BgClassName
{
background-color: #EC84AF;
}
</style>
border-color css
<style>
span { border-color: #EC84AF; }
span { border-color: rgb(236,132,175); }
td.TdClassName
{
border-color: #EC84AF;
}
.TagClassName
{
border-color: #EC84AF;
}
</style>