Shades of Shocking Pink #E610CA
Tints of Shocking Pink #E610CA
RGB
CMYK
RGB Variations
Color information
#E610CA (or 0xE610CA) is known color: Shocking Pink. HEX triplet: E6, 10 and CA. RGB value is (230,16,202). Sum of RGB (Red+Green+Blue) = 230+16+202=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E610CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E610CA is #19EF35. Grayscale: #646464. Windows color (decimal): -1699638 or 13242598. OLE color: 13242598.
HSL color Cylindrical-coordinate representation of color #E610CA: hue angle of 307.85º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E610CA is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.10 |
| HSL | 307.85º | 0.87% | 0.48% | - |
| HSV(B) | 307.85º | 0.93% | 0.9% | - |
| XYZ | 43.48 | 21.46 | 57.73 | - |
| YUV | 101.19 | 184.9 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 202 | 0 | 0.93 | 0.12 | 0.10 | 307.85 | 0.87 | 0.48 |
| Hex | E6 | 10 | CA | 0 | 5D | C | A | 134 | 57 | 30 |
| Octal | 346 | 20 | 312 | 0 | 135 | 14 | 12 | 464 | 127 | 60 |
| Binary | 11100110 | 10000 | 11001010 | 0 | 1011101 | 1100 | 1010 | 100110100 | 1010111 | 110000 |
Color Harmonies of #E610CA
Complementary color
Monochromatic Colors of #E610CA
Black with #E610CA
Text Example
Text Example
White with #E610CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E610CA; }
p { color: rgb(230,16,202); }
H1.HeaderClassName
{
color: #E610CA;
}
.AnyTagClassName
{
color: #E610CA;
}
</style>
background-color css
<style>
a { background-color: #E610CA; }
a { background-color: rgb(230,16,202); }
div.DivClassName
{
background-color: #E610CA;
}
.BgClassName
{
background-color: #E610CA;
}
</style>
border-color css
<style>
span { border-color: #E610CA; }
span { border-color: rgb(230,16,202); }
td.TdClassName
{
border-color: #E610CA;
}
.TagClassName
{
border-color: #E610CA;
}
</style>