Shades of Shocking Pink #EE15BE
Tints of Shocking Pink #EE15BE
RGB
CMYK
RGB Variations
Color information
#EE15BE (or 0xEE15BE) is known color: Shocking Pink. HEX triplet: EE, 15 and BE. RGB value is (238,21,190). Sum of RGB (Red+Green+Blue) = 238+21+190=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE15BE is #11EA41. Grayscale: #686868. Windows color (decimal): -1174082 or 12457454. OLE color: 12457454.
HSL color Cylindrical-coordinate representation of color #EE15BE: hue angle of 313.27º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE15BE is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 190 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.07 |
| HSL | 313.27º | 0.86% | 0.51% | - |
| HSV(B) | 313.27º | 0.91% | 0.93% | - |
| XYZ | 44.82 | 22.43 | 50.68 | - |
| YUV | 105.15 | 175.89 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 190 | 0 | 0.91 | 0.20 | 0.07 | 313.27 | 0.86 | 0.51 |
| Hex | EE | 15 | BE | 0 | 5B | 14 | 7 | 139 | 56 | 33 |
| Octal | 356 | 25 | 276 | 0 | 133 | 24 | 7 | 471 | 126 | 63 |
| Binary | 11101110 | 10101 | 10111110 | 0 | 1011011 | 10100 | 111 | 100111001 | 1010110 | 110011 |
Color Harmonies of #EE15BE
Complementary color
Monochromatic Colors of #EE15BE
Black with #EE15BE
Text Example
Text Example
White with #EE15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15BE; }
p { color: rgb(238,21,190); }
H1.HeaderClassName
{
color: #EE15BE;
}
.AnyTagClassName
{
color: #EE15BE;
}
</style>
background-color css
<style>
a { background-color: #EE15BE; }
a { background-color: rgb(238,21,190); }
div.DivClassName
{
background-color: #EE15BE;
}
.BgClassName
{
background-color: #EE15BE;
}
</style>
border-color css
<style>
span { border-color: #EE15BE; }
span { border-color: rgb(238,21,190); }
td.TdClassName
{
border-color: #EE15BE;
}
.TagClassName
{
border-color: #EE15BE;
}
</style>