Shades of Shocking Pink #E615CB
Tints of Shocking Pink #E615CB
RGB
CMYK
RGB Variations
Color information
#E615CB (or 0xE615CB) is known color: Shocking Pink. HEX triplet: E6, 15 and CB. RGB value is (230,21,203). Sum of RGB (Red+Green+Blue) = 230+21+203=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E615CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615CB is #19EA34. Grayscale: #676767. Windows color (decimal): -1698357 or 13309414. OLE color: 13309414.
HSL color Cylindrical-coordinate representation of color #E615CB: hue angle of 307.75º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E615CB is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 203 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.10 |
| HSL | 307.75º | 0.83% | 0.49% | - |
| HSV(B) | 307.75º | 0.91% | 0.9% | - |
| XYZ | 43.68 | 21.67 | 58.38 | - |
| YUV | 104.24 | 183.74 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 203 | 0 | 0.91 | 0.12 | 0.10 | 307.75 | 0.83 | 0.49 |
| Hex | E6 | 15 | CB | 0 | 5B | C | A | 134 | 53 | 31 |
| Octal | 346 | 25 | 313 | 0 | 133 | 14 | 12 | 464 | 123 | 61 |
| Binary | 11100110 | 10101 | 11001011 | 0 | 1011011 | 1100 | 1010 | 100110100 | 1010011 | 110001 |
Color Harmonies of #E615CB
Complementary color
Monochromatic Colors of #E615CB
Black with #E615CB
Text Example
Text Example
White with #E615CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615CB; }
p { color: rgb(230,21,203); }
H1.HeaderClassName
{
color: #E615CB;
}
.AnyTagClassName
{
color: #E615CB;
}
</style>
background-color css
<style>
a { background-color: #E615CB; }
a { background-color: rgb(230,21,203); }
div.DivClassName
{
background-color: #E615CB;
}
.BgClassName
{
background-color: #E615CB;
}
</style>
border-color css
<style>
span { border-color: #E615CB; }
span { border-color: rgb(230,21,203); }
td.TdClassName
{
border-color: #E615CB;
}
.TagClassName
{
border-color: #E615CB;
}
</style>