Shades of Shocking Pink #E61BCB
Tints of Shocking Pink #E61BCB
RGB
CMYK
RGB Variations
Color information
#E61BCB (or 0xE61BCB) is known color: Shocking Pink. HEX triplet: E6, 1B and CB. RGB value is (230,27,203). Sum of RGB (Red+Green+Blue) = 230+27+203=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BCB is #19E434. Grayscale: #6B6B6B. Windows color (decimal): -1696821 or 13310950. OLE color: 13310950.
HSL color Cylindrical-coordinate representation of color #E61BCB: hue angle of 307.98º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61BCB is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 203 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.10 |
| HSL | 307.98º | 0.8% | 0.5% | - |
| HSV(B) | 307.98º | 0.88% | 0.9% | - |
| XYZ | 43.8 | 21.92 | 58.42 | - |
| YUV | 107.76 | 181.75 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 203 | 0 | 0.88 | 0.12 | 0.10 | 307.98 | 0.8 | 0.5 |
| Hex | E6 | 1B | CB | 0 | 58 | C | A | 134 | 50 | 32 |
| Octal | 346 | 33 | 313 | 0 | 130 | 14 | 12 | 464 | 120 | 62 |
| Binary | 11100110 | 11011 | 11001011 | 0 | 1011000 | 1100 | 1010 | 100110100 | 1010000 | 110010 |
Color Harmonies of #E61BCB
Complementary color
Monochromatic Colors of #E61BCB
Black with #E61BCB
Text Example
Text Example
White with #E61BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BCB; }
p { color: rgb(230,27,203); }
H1.HeaderClassName
{
color: #E61BCB;
}
.AnyTagClassName
{
color: #E61BCB;
}
</style>
background-color css
<style>
a { background-color: #E61BCB; }
a { background-color: rgb(230,27,203); }
div.DivClassName
{
background-color: #E61BCB;
}
.BgClassName
{
background-color: #E61BCB;
}
</style>
border-color css
<style>
span { border-color: #E61BCB; }
span { border-color: rgb(230,27,203); }
td.TdClassName
{
border-color: #E61BCB;
}
.TagClassName
{
border-color: #E61BCB;
}
</style>