Shades of Shocking Pink #E61CCA
Tints of Shocking Pink #E61CCA
RGB
CMYK
RGB Variations
Color information
#E61CCA (or 0xE61CCA) is known color: Shocking Pink. HEX triplet: E6, 1C and CA. RGB value is (230,28,202). Sum of RGB (Red+Green+Blue) = 230+28+202=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61CCA is #19E335. Grayscale: #6B6B6B. Windows color (decimal): -1696566 or 13245670. OLE color: 13245670.
HSL color Cylindrical-coordinate representation of color #E61CCA: hue angle of 308.32º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CCA is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 202 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.10 |
| HSL | 308.32º | 0.8% | 0.51% | - |
| HSV(B) | 308.32º | 0.88% | 0.9% | - |
| XYZ | 43.71 | 21.92 | 57.8 | - |
| YUV | 108.23 | 180.92 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 202 | 0 | 0.88 | 0.12 | 0.10 | 308.32 | 0.8 | 0.51 |
| Hex | E6 | 1C | CA | 0 | 58 | C | A | 134 | 50 | 33 |
| Octal | 346 | 34 | 312 | 0 | 130 | 14 | 12 | 464 | 120 | 63 |
| Binary | 11100110 | 11100 | 11001010 | 0 | 1011000 | 1100 | 1010 | 100110100 | 1010000 | 110011 |
Color Harmonies of #E61CCA
Complementary color
Monochromatic Colors of #E61CCA
Black with #E61CCA
Text Example
Text Example
White with #E61CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CCA; }
p { color: rgb(230,28,202); }
H1.HeaderClassName
{
color: #E61CCA;
}
.AnyTagClassName
{
color: #E61CCA;
}
</style>
background-color css
<style>
a { background-color: #E61CCA; }
a { background-color: rgb(230,28,202); }
div.DivClassName
{
background-color: #E61CCA;
}
.BgClassName
{
background-color: #E61CCA;
}
</style>
border-color css
<style>
span { border-color: #E61CCA; }
span { border-color: rgb(230,28,202); }
td.TdClassName
{
border-color: #E61CCA;
}
.TagClassName
{
border-color: #E61CCA;
}
</style>