Shades of Shocking Pink #E613CA
Tints of Shocking Pink #E613CA
RGB
CMYK
RGB Variations
Color information
#E613CA (or 0xE613CA) is known color: Shocking Pink. HEX triplet: E6, 13 and CA. RGB value is (230,19,202). Sum of RGB (Red+Green+Blue) = 230+19+202=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E613CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613CA is #19EC35. Grayscale: #666666. Windows color (decimal): -1698870 or 13243366. OLE color: 13243366.
HSL color Cylindrical-coordinate representation of color #E613CA: hue angle of 307.96º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613CA is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 202 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.10 |
| HSL | 307.96º | 0.85% | 0.49% | - |
| HSV(B) | 307.96º | 0.92% | 0.9% | - |
| XYZ | 43.53 | 21.55 | 57.74 | - |
| YUV | 102.95 | 183.9 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 202 | 0 | 0.92 | 0.12 | 0.10 | 307.96 | 0.85 | 0.49 |
| Hex | E6 | 13 | CA | 0 | 5C | C | A | 134 | 55 | 31 |
| Octal | 346 | 23 | 312 | 0 | 134 | 14 | 12 | 464 | 125 | 61 |
| Binary | 11100110 | 10011 | 11001010 | 0 | 1011100 | 1100 | 1010 | 100110100 | 1010101 | 110001 |
Color Harmonies of #E613CA
Complementary color
Monochromatic Colors of #E613CA
Black with #E613CA
Text Example
Text Example
White with #E613CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613CA; }
p { color: rgb(230,19,202); }
H1.HeaderClassName
{
color: #E613CA;
}
.AnyTagClassName
{
color: #E613CA;
}
</style>
background-color css
<style>
a { background-color: #E613CA; }
a { background-color: rgb(230,19,202); }
div.DivClassName
{
background-color: #E613CA;
}
.BgClassName
{
background-color: #E613CA;
}
</style>
border-color css
<style>
span { border-color: #E613CA; }
span { border-color: rgb(230,19,202); }
td.TdClassName
{
border-color: #E613CA;
}
.TagClassName
{
border-color: #E613CA;
}
</style>