Shades of Spicy Pink #E62AB9
Tints of Spicy Pink #E62AB9
RGB
CMYK
RGB Variations
Color information
#E62AB9 (or 0xE62AB9) is known color: Spicy Pink. HEX triplet: E6, 2A and B9. RGB value is (230,42,185). Sum of RGB (Red+Green+Blue) = 230+42+185=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62AB9 is #19D546. Grayscale: #727272. Windows color (decimal): -1692999 or 12135142. OLE color: 12135142.
HSL color Cylindrical-coordinate representation of color #E62AB9: hue angle of 314.36º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62AB9 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 185 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.10 |
| HSL | 314.36º | 0.79% | 0.53% | - |
| HSV(B) | 314.36º | 0.82% | 0.9% | - |
| XYZ | 42.22 | 21.98 | 47.92 | - |
| YUV | 114.51 | 167.78 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 185 | 0 | 0.82 | 0.20 | 0.10 | 314.36 | 0.79 | 0.53 |
| Hex | E6 | 2A | B9 | 0 | 52 | 14 | A | 13A | 4F | 35 |
| Octal | 346 | 52 | 271 | 0 | 122 | 24 | 12 | 472 | 117 | 65 |
| Binary | 11100110 | 101010 | 10111001 | 0 | 1010010 | 10100 | 1010 | 100111010 | 1001111 | 110101 |
Color Harmonies of #E62AB9
Complementary color
Monochromatic Colors of #E62AB9
Black with #E62AB9
Text Example
Text Example
White with #E62AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62AB9; }
p { color: rgb(230,42,185); }
H1.HeaderClassName
{
color: #E62AB9;
}
.AnyTagClassName
{
color: #E62AB9;
}
</style>
background-color css
<style>
a { background-color: #E62AB9; }
a { background-color: rgb(230,42,185); }
div.DivClassName
{
background-color: #E62AB9;
}
.BgClassName
{
background-color: #E62AB9;
}
</style>
border-color css
<style>
span { border-color: #E62AB9; }
span { border-color: rgb(230,42,185); }
td.TdClassName
{
border-color: #E62AB9;
}
.TagClassName
{
border-color: #E62AB9;
}
</style>