Shades of Spicy Pink #E62CB4
Tints of Spicy Pink #E62CB4
RGB
CMYK
RGB Variations
Color information
#E62CB4 (or 0xE62CB4) is known color: Spicy Pink. HEX triplet: E6, 2C and B4. RGB value is (230,44,180). Sum of RGB (Red+Green+Blue) = 230+44+180=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62CB4 is #19D34B. Grayscale: #727272. Windows color (decimal): -1692492 or 11807974. OLE color: 11807974.
HSL color Cylindrical-coordinate representation of color #E62CB4: hue angle of 316.13º 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 #E62CB4 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 180 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.10 |
| HSL | 316.13º | 0.79% | 0.54% | - |
| HSV(B) | 316.13º | 0.81% | 0.9% | - |
| XYZ | 41.77 | 21.92 | 45.21 | - |
| YUV | 115.12 | 164.62 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 180 | 0 | 0.81 | 0.22 | 0.10 | 316.13 | 0.79 | 0.54 |
| Hex | E6 | 2C | B4 | 0 | 51 | 16 | A | 13C | 4F | 36 |
| Octal | 346 | 54 | 264 | 0 | 121 | 26 | 12 | 474 | 117 | 66 |
| Binary | 11100110 | 101100 | 10110100 | 0 | 1010001 | 10110 | 1010 | 100111100 | 1001111 | 110110 |
Color Harmonies of #E62CB4
Complementary color
Monochromatic Colors of #E62CB4
Black with #E62CB4
Text Example
Text Example
White with #E62CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CB4; }
p { color: rgb(230,44,180); }
H1.HeaderClassName
{
color: #E62CB4;
}
.AnyTagClassName
{
color: #E62CB4;
}
</style>
background-color css
<style>
a { background-color: #E62CB4; }
a { background-color: rgb(230,44,180); }
div.DivClassName
{
background-color: #E62CB4;
}
.BgClassName
{
background-color: #E62CB4;
}
</style>
border-color css
<style>
span { border-color: #E62CB4; }
span { border-color: rgb(230,44,180); }
td.TdClassName
{
border-color: #E62CB4;
}
.TagClassName
{
border-color: #E62CB4;
}
</style>