Shades of Mauvelous #EC97A8
Tints of Mauvelous #EC97A8
RGB
CMYK
RGB Variations
Color information
#EC97A8 (or 0xEC97A8) is known color: Mauvelous. HEX triplet: EC, 97 and A8. RGB value is (236,151,168). Sum of RGB (Red+Green+Blue) = 236+151+168=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC97A8 is #136857. Grayscale: #B2B2B2. Windows color (decimal): -1271896 or 11048940. OLE color: 11048940.
HSL color Cylindrical-coordinate representation of color #EC97A8: hue angle of 348º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC97A8 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 151 | 168 | - |
CMYK | 0 | 0.36 | 0.29 | 0.07 |
HSL | 348º | 0.69% | 0.76% | - |
HSV(B) | 348º | 0.36% | 0.93% | - |
XYZ | 52.73 | 42.79 | 42.53 | - |
YUV | 178.35 | 122.16 | 169.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 151 | 168 | 0 | 0.36 | 0.29 | 0.07 | 348 | 0.69 | 0.76 |
Hex | EC | 97 | A8 | 0 | 24 | 1D | 7 | 15C | 45 | 4C |
Octal | 354 | 227 | 250 | 0 | 44 | 35 | 7 | 534 | 105 | 114 |
Binary | 11101100 | 10010111 | 10101000 | 0 | 100100 | 11101 | 111 | 101011100 | 1000101 | 1001100 |
Color Harmonies of #EC97A8
Complementary color
Monochromatic Colors of #EC97A8
Black with #EC97A8
Text Example
Text Example
White with #EC97A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC97A8; }
p { color: rgb(236,151,168); }
H1.HeaderClassName
{
color: #EC97A8;
}
.AnyTagClassName
{
color: #EC97A8;
}
</style>
background-color css
<style>
a { background-color: #EC97A8; }
a { background-color: rgb(236,151,168); }
div.DivClassName
{
background-color: #EC97A8;
}
.BgClassName
{
background-color: #EC97A8;
}
</style>
border-color css
<style>
span { border-color: #EC97A8; }
span { border-color: rgb(236,151,168); }
td.TdClassName
{
border-color: #EC97A8;
}
.TagClassName
{
border-color: #EC97A8;
}
</style>