Shades of Shocking Pink #E61CCB
Tints of Shocking Pink #E61CCB
RGB
CMYK
RGB Variations
Color information
#E61CCB (or 0xE61CCB) is known color: Shocking Pink. HEX triplet: E6, 1C and CB. RGB value is (230,28,203). Sum of RGB (Red+Green+Blue) = 230+28+203=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61CCB is #19E334. Grayscale: #6B6B6B. Windows color (decimal): -1696565 or 13311206. OLE color: 13311206.
HSL color Cylindrical-coordinate representation of color #E61CCB: hue angle of 308.02º 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 #E61CCB is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 203 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.10 |
| HSL | 308.02º | 0.8% | 0.51% | - |
| HSV(B) | 308.02º | 0.88% | 0.9% | - |
| XYZ | 43.83 | 21.97 | 58.43 | - |
| YUV | 108.35 | 181.42 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 203 | 0 | 0.88 | 0.12 | 0.10 | 308.02 | 0.8 | 0.51 |
| Hex | E6 | 1C | CB | 0 | 58 | C | A | 134 | 50 | 33 |
| Octal | 346 | 34 | 313 | 0 | 130 | 14 | 12 | 464 | 120 | 63 |
| Binary | 11100110 | 11100 | 11001011 | 0 | 1011000 | 1100 | 1010 | 100110100 | 1010000 | 110011 |
Color Harmonies of #E61CCB
Complementary color
Monochromatic Colors of #E61CCB
Black with #E61CCB
Text Example
Text Example
White with #E61CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CCB; }
p { color: rgb(230,28,203); }
H1.HeaderClassName
{
color: #E61CCB;
}
.AnyTagClassName
{
color: #E61CCB;
}
</style>
background-color css
<style>
a { background-color: #E61CCB; }
a { background-color: rgb(230,28,203); }
div.DivClassName
{
background-color: #E61CCB;
}
.BgClassName
{
background-color: #E61CCB;
}
</style>
border-color css
<style>
span { border-color: #E61CCB; }
span { border-color: rgb(230,28,203); }
td.TdClassName
{
border-color: #E61CCB;
}
.TagClassName
{
border-color: #E61CCB;
}
</style>