Shades of Shocking Pink #EE14BB
Tints of Shocking Pink #EE14BB
RGB
CMYK
RGB Variations
Color information
#EE14BB (or 0xEE14BB) is known color: Shocking Pink. HEX triplet: EE, 14 and BB. RGB value is (238,20,187). Sum of RGB (Red+Green+Blue) = 238+20+187=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14BB is #11EB44. Grayscale: #676767. Windows color (decimal): -1174341 or 12260590. OLE color: 12260590.
HSL color Cylindrical-coordinate representation of color #EE14BB: hue angle of 314.04º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE14BB is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 187 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.07 |
| HSL | 314.04º | 0.87% | 0.51% | - |
| HSV(B) | 314.04º | 0.92% | 0.93% | - |
| XYZ | 44.48 | 22.27 | 48.97 | - |
| YUV | 104.22 | 174.72 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 187 | 0 | 0.92 | 0.21 | 0.07 | 314.04 | 0.87 | 0.51 |
| Hex | EE | 14 | BB | 0 | 5C | 15 | 7 | 13A | 57 | 33 |
| Octal | 356 | 24 | 273 | 0 | 134 | 25 | 7 | 472 | 127 | 63 |
| Binary | 11101110 | 10100 | 10111011 | 0 | 1011100 | 10101 | 111 | 100111010 | 1010111 | 110011 |
Color Harmonies of #EE14BB
Complementary color
Monochromatic Colors of #EE14BB
Black with #EE14BB
Text Example
Text Example
White with #EE14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14BB; }
p { color: rgb(238,20,187); }
H1.HeaderClassName
{
color: #EE14BB;
}
.AnyTagClassName
{
color: #EE14BB;
}
</style>
background-color css
<style>
a { background-color: #EE14BB; }
a { background-color: rgb(238,20,187); }
div.DivClassName
{
background-color: #EE14BB;
}
.BgClassName
{
background-color: #EE14BB;
}
</style>
border-color css
<style>
span { border-color: #EE14BB; }
span { border-color: rgb(238,20,187); }
td.TdClassName
{
border-color: #EE14BB;
}
.TagClassName
{
border-color: #EE14BB;
}
</style>