Shades of Mauvelous #EF92A2
Tints of Mauvelous #EF92A2
RGB
CMYK
RGB Variations
Color information
#EF92A2 (or 0xEF92A2) is known color: Mauvelous. HEX triplet: EF, 92 and A2. RGB value is (239,146,162). Sum of RGB (Red+Green+Blue) = 239+146+162=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF92A2 is #106D5D. Grayscale: #AFAFAF. Windows color (decimal): -1076574 or 10654447. OLE color: 10654447.
HSL color Cylindrical-coordinate representation of color #EF92A2: hue angle of 349.68º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF92A2 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 162 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.06 |
| HSL | 349.68º | 0.74% | 0.75% | - |
| HSV(B) | 349.68º | 0.39% | 0.94% | - |
| XYZ | 52.4 | 41.52 | 39.43 | - |
| YUV | 175.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 162 | 0 | 0.39 | 0.32 | 0.06 | 349.68 | 0.74 | 0.75 |
| Hex | EF | 92 | A2 | 0 | 27 | 20 | 6 | 15E | 4A | 4B |
| Octal | 357 | 222 | 242 | 0 | 47 | 40 | 6 | 536 | 112 | 113 |
| Binary | 11101111 | 10010010 | 10100010 | 0 | 100111 | 100000 | 110 | 101011110 | 1001010 | 1001011 |
Color Harmonies of #EF92A2
Complementary color
Monochromatic Colors of #EF92A2
Black with #EF92A2
Text Example
Text Example
White with #EF92A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92A2; }
p { color: rgb(239,146,162); }
H1.HeaderClassName
{
color: #EF92A2;
}
.AnyTagClassName
{
color: #EF92A2;
}
</style>
background-color css
<style>
a { background-color: #EF92A2; }
a { background-color: rgb(239,146,162); }
div.DivClassName
{
background-color: #EF92A2;
}
.BgClassName
{
background-color: #EF92A2;
}
</style>
border-color css
<style>
span { border-color: #EF92A2; }
span { border-color: rgb(239,146,162); }
td.TdClassName
{
border-color: #EF92A2;
}
.TagClassName
{
border-color: #EF92A2;
}
</style>