Shades of Spicy Pink #E62BAF
Tints of Spicy Pink #E62BAF
RGB
CMYK
RGB Variations
Color information
#E62BAF (or 0xE62BAF) is known color: Spicy Pink. HEX triplet: E6, 2B and AF. RGB value is (230,43,175). Sum of RGB (Red+Green+Blue) = 230+43+175=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62BAF is #19D450. Grayscale: #717171. Windows color (decimal): -1692753 or 11480038. OLE color: 11480038.
HSL color Cylindrical-coordinate representation of color #E62BAF: hue angle of 317.65º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62BAF is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 43 | 175 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.10 |
| HSL | 317.65º | 0.79% | 0.54% | - |
| HSV(B) | 317.65º | 0.81% | 0.9% | - |
| XYZ | 41.23 | 21.65 | 42.56 | - |
| YUV | 113.96 | 162.45 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 175 | 0 | 0.81 | 0.24 | 0.10 | 317.65 | 0.79 | 0.54 |
| Hex | E6 | 2B | AF | 0 | 51 | 18 | A | 13E | 4F | 36 |
| Octal | 346 | 53 | 257 | 0 | 121 | 30 | 12 | 476 | 117 | 66 |
| Binary | 11100110 | 101011 | 10101111 | 0 | 1010001 | 11000 | 1010 | 100111110 | 1001111 | 110110 |
Color Harmonies of #E62BAF
Complementary color
Monochromatic Colors of #E62BAF
Black with #E62BAF
Text Example
Text Example
White with #E62BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BAF; }
p { color: rgb(230,43,175); }
H1.HeaderClassName
{
color: #E62BAF;
}
.AnyTagClassName
{
color: #E62BAF;
}
</style>
background-color css
<style>
a { background-color: #E62BAF; }
a { background-color: rgb(230,43,175); }
div.DivClassName
{
background-color: #E62BAF;
}
.BgClassName
{
background-color: #E62BAF;
}
</style>
border-color css
<style>
span { border-color: #E62BAF; }
span { border-color: rgb(230,43,175); }
td.TdClassName
{
border-color: #E62BAF;
}
.TagClassName
{
border-color: #E62BAF;
}
</style>