Shades of Shocking Pink #E61DCB
Tints of Shocking Pink #E61DCB
RGB
CMYK
RGB Variations
Color information
#E61DCB (or 0xE61DCB) is known color: Shocking Pink. HEX triplet: E6, 1D and CB. RGB value is (230,29,203). Sum of RGB (Red+Green+Blue) = 230+29+203=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DCB is #19E234. Grayscale: #6C6C6C. Windows color (decimal): -1696309 or 13311462. OLE color: 13311462.
HSL color Cylindrical-coordinate representation of color #E61DCB: hue angle of 308.06º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61DCB is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 203 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.10 |
| HSL | 308.06º | 0.8% | 0.51% | - |
| HSV(B) | 308.06º | 0.87% | 0.9% | - |
| XYZ | 43.85 | 22.01 | 58.44 | - |
| YUV | 108.94 | 181.09 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 203 | 0 | 0.87 | 0.12 | 0.10 | 308.06 | 0.8 | 0.51 |
| Hex | E6 | 1D | CB | 0 | 57 | C | A | 134 | 50 | 33 |
| Octal | 346 | 35 | 313 | 0 | 127 | 14 | 12 | 464 | 120 | 63 |
| Binary | 11100110 | 11101 | 11001011 | 0 | 1010111 | 1100 | 1010 | 100110100 | 1010000 | 110011 |
Color Harmonies of #E61DCB
Complementary color
Monochromatic Colors of #E61DCB
Black with #E61DCB
Text Example
Text Example
White with #E61DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61DCB; }
p { color: rgb(230,29,203); }
H1.HeaderClassName
{
color: #E61DCB;
}
.AnyTagClassName
{
color: #E61DCB;
}
</style>
background-color css
<style>
a { background-color: #E61DCB; }
a { background-color: rgb(230,29,203); }
div.DivClassName
{
background-color: #E61DCB;
}
.BgClassName
{
background-color: #E61DCB;
}
</style>
border-color css
<style>
span { border-color: #E61DCB; }
span { border-color: rgb(230,29,203); }
td.TdClassName
{
border-color: #E61DCB;
}
.TagClassName
{
border-color: #E61DCB;
}
</style>