Shades of Spicy Pink #E62AAF
Tints of Spicy Pink #E62AAF
RGB
CMYK
RGB Variations
Color information
#E62AAF (or 0xE62AAF) is known color: Spicy Pink. HEX triplet: E6, 2A and AF. RGB value is (230,42,175). Sum of RGB (Red+Green+Blue) = 230+42+175=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62AAF is #19D550. Grayscale: #717171. Windows color (decimal): -1693009 or 11479782. OLE color: 11479782.
HSL color Cylindrical-coordinate representation of color #E62AAF: hue angle of 317.55º 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 #E62AAF is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 175 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.10 |
| HSL | 317.55º | 0.79% | 0.53% | - |
| HSV(B) | 317.55º | 0.82% | 0.9% | - |
| XYZ | 41.2 | 21.57 | 42.55 | - |
| YUV | 113.37 | 162.78 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 175 | 0 | 0.82 | 0.24 | 0.10 | 317.55 | 0.79 | 0.53 |
| Hex | E6 | 2A | AF | 0 | 52 | 18 | A | 13E | 4F | 35 |
| Octal | 346 | 52 | 257 | 0 | 122 | 30 | 12 | 476 | 117 | 65 |
| Binary | 11100110 | 101010 | 10101111 | 0 | 1010010 | 11000 | 1010 | 100111110 | 1001111 | 110101 |
Color Harmonies of #E62AAF
Complementary color
Monochromatic Colors of #E62AAF
Black with #E62AAF
Text Example
Text Example
White with #E62AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62AAF; }
p { color: rgb(230,42,175); }
H1.HeaderClassName
{
color: #E62AAF;
}
.AnyTagClassName
{
color: #E62AAF;
}
</style>
background-color css
<style>
a { background-color: #E62AAF; }
a { background-color: rgb(230,42,175); }
div.DivClassName
{
background-color: #E62AAF;
}
.BgClassName
{
background-color: #E62AAF;
}
</style>
border-color css
<style>
span { border-color: #E62AAF; }
span { border-color: rgb(230,42,175); }
td.TdClassName
{
border-color: #E62AAF;
}
.TagClassName
{
border-color: #E62AAF;
}
</style>