Shades of Mauvelous #EA83A3
Tints of Mauvelous #EA83A3
RGB
CMYK
RGB Variations
Color information
#EA83A3 (or 0xEA83A3) is known color: Mauvelous. HEX triplet: EA, 83 and A3. RGB value is (234,131,163). Sum of RGB (Red+Green+Blue) = 234+131+163=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA83A3 is #157C5C. Grayscale: #A5A5A5. Windows color (decimal): -1408093 or 10716138. OLE color: 10716138.
HSL color Cylindrical-coordinate representation of color #EA83A3: hue angle of 341.36º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA83A3 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 163 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.08 |
| HSL | 341.36º | 0.71% | 0.72% | - |
| HSV(B) | 341.36º | 0.44% | 0.92% | - |
| XYZ | 48.66 | 36.37 | 39.11 | - |
| YUV | 165.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 163 | 0 | 0.44 | 0.30 | 0.08 | 341.36 | 0.71 | 0.72 |
| Hex | EA | 83 | A3 | 0 | 2C | 1E | 8 | 155 | 47 | 48 |
| Octal | 352 | 203 | 243 | 0 | 54 | 36 | 10 | 525 | 107 | 110 |
| Binary | 11101010 | 10000011 | 10100011 | 0 | 101100 | 11110 | 1000 | 101010101 | 1000111 | 1001000 |
Color Harmonies of #EA83A3
Complementary color
Monochromatic Colors of #EA83A3
Black with #EA83A3
Text Example
Text Example
White with #EA83A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83A3; }
p { color: rgb(234,131,163); }
H1.HeaderClassName
{
color: #EA83A3;
}
.AnyTagClassName
{
color: #EA83A3;
}
</style>
background-color css
<style>
a { background-color: #EA83A3; }
a { background-color: rgb(234,131,163); }
div.DivClassName
{
background-color: #EA83A3;
}
.BgClassName
{
background-color: #EA83A3;
}
</style>
border-color css
<style>
span { border-color: #EA83A3; }
span { border-color: rgb(234,131,163); }
td.TdClassName
{
border-color: #EA83A3;
}
.TagClassName
{
border-color: #EA83A3;
}
</style>