Shades of Shocking Pink #E612BE
Tints of Shocking Pink #E612BE
RGB
CMYK
RGB Variations
Color information
#E612BE (or 0xE612BE) is known color: Shocking Pink. HEX triplet: E6, 12 and BE. RGB value is (230,18,190). Sum of RGB (Red+Green+Blue) = 230+18+190=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E612BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612BE is #19ED41. Grayscale: #646464. Windows color (decimal): -1699138 or 12456678. OLE color: 12456678.
HSL color Cylindrical-coordinate representation of color #E612BE: hue angle of 311.32º 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 #E612BE is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 190 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.10 |
| HSL | 311.32º | 0.85% | 0.49% | - |
| HSV(B) | 311.32º | 0.92% | 0.9% | - |
| XYZ | 42.14 | 20.97 | 50.54 | - |
| YUV | 101 | 178.24 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 190 | 0 | 0.92 | 0.17 | 0.10 | 311.32 | 0.85 | 0.49 |
| Hex | E6 | 12 | BE | 0 | 5C | 11 | A | 137 | 55 | 31 |
| Octal | 346 | 22 | 276 | 0 | 134 | 21 | 12 | 467 | 125 | 61 |
| Binary | 11100110 | 10010 | 10111110 | 0 | 1011100 | 10001 | 1010 | 100110111 | 1010101 | 110001 |
Color Harmonies of #E612BE
Complementary color
Monochromatic Colors of #E612BE
Black with #E612BE
Text Example
Text Example
White with #E612BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612BE; }
p { color: rgb(230,18,190); }
H1.HeaderClassName
{
color: #E612BE;
}
.AnyTagClassName
{
color: #E612BE;
}
</style>
background-color css
<style>
a { background-color: #E612BE; }
a { background-color: rgb(230,18,190); }
div.DivClassName
{
background-color: #E612BE;
}
.BgClassName
{
background-color: #E612BE;
}
</style>
border-color css
<style>
span { border-color: #E612BE; }
span { border-color: rgb(230,18,190); }
td.TdClassName
{
border-color: #E612BE;
}
.TagClassName
{
border-color: #E612BE;
}
</style>