Shades of Shocking Pink #E612B9
Tints of Shocking Pink #E612B9
RGB
CMYK
RGB Variations
Color information
#E612B9 (or 0xE612B9) is known color: Shocking Pink. HEX triplet: E6, 12 and B9. RGB value is (230,18,185). Sum of RGB (Red+Green+Blue) = 230+18+185=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E612B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612B9 is #19ED46. Grayscale: #636363. Windows color (decimal): -1699143 or 12128998. OLE color: 12128998.
HSL color Cylindrical-coordinate representation of color #E612B9: hue angle of 312.74º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E612B9 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 185 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.10 |
| HSL | 312.74º | 0.85% | 0.49% | - |
| HSV(B) | 312.74º | 0.92% | 0.9% | - |
| XYZ | 41.61 | 20.76 | 47.71 | - |
| YUV | 100.43 | 175.74 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 185 | 0 | 0.92 | 0.20 | 0.10 | 312.74 | 0.85 | 0.49 |
| Hex | E6 | 12 | B9 | 0 | 5C | 14 | A | 139 | 55 | 31 |
| Octal | 346 | 22 | 271 | 0 | 134 | 24 | 12 | 471 | 125 | 61 |
| Binary | 11100110 | 10010 | 10111001 | 0 | 1011100 | 10100 | 1010 | 100111001 | 1010101 | 110001 |
Color Harmonies of #E612B9
Complementary color
Monochromatic Colors of #E612B9
Black with #E612B9
Text Example
Text Example
White with #E612B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612B9; }
p { color: rgb(230,18,185); }
H1.HeaderClassName
{
color: #E612B9;
}
.AnyTagClassName
{
color: #E612B9;
}
</style>
background-color css
<style>
a { background-color: #E612B9; }
a { background-color: rgb(230,18,185); }
div.DivClassName
{
background-color: #E612B9;
}
.BgClassName
{
background-color: #E612B9;
}
</style>
border-color css
<style>
span { border-color: #E612B9; }
span { border-color: rgb(230,18,185); }
td.TdClassName
{
border-color: #E612B9;
}
.TagClassName
{
border-color: #E612B9;
}
</style>