Shades of Shocking Pink #EE14BD
Tints of Shocking Pink #EE14BD
RGB
CMYK
RGB Variations
Color information
#EE14BD (or 0xEE14BD) is known color: Shocking Pink. HEX triplet: EE, 14 and BD. RGB value is (238,20,189). Sum of RGB (Red+Green+Blue) = 238+20+189=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14BD is #11EB42. Grayscale: #676767. Windows color (decimal): -1174339 or 12391662. OLE color: 12391662.
HSL color Cylindrical-coordinate representation of color #EE14BD: hue angle of 313.49º 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 #EE14BD is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 189 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.07 |
| HSL | 313.49º | 0.87% | 0.51% | - |
| HSV(B) | 313.49º | 0.92% | 0.93% | - |
| XYZ | 44.7 | 22.35 | 50.1 | - |
| YUV | 104.45 | 175.72 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 189 | 0 | 0.92 | 0.21 | 0.07 | 313.49 | 0.87 | 0.51 |
| Hex | EE | 14 | BD | 0 | 5C | 15 | 7 | 139 | 57 | 33 |
| Octal | 356 | 24 | 275 | 0 | 134 | 25 | 7 | 471 | 127 | 63 |
| Binary | 11101110 | 10100 | 10111101 | 0 | 1011100 | 10101 | 111 | 100111001 | 1010111 | 110011 |
Color Harmonies of #EE14BD
Complementary color
Monochromatic Colors of #EE14BD
Black with #EE14BD
Text Example
Text Example
White with #EE14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14BD; }
p { color: rgb(238,20,189); }
H1.HeaderClassName
{
color: #EE14BD;
}
.AnyTagClassName
{
color: #EE14BD;
}
</style>
background-color css
<style>
a { background-color: #EE14BD; }
a { background-color: rgb(238,20,189); }
div.DivClassName
{
background-color: #EE14BD;
}
.BgClassName
{
background-color: #EE14BD;
}
</style>
border-color css
<style>
span { border-color: #EE14BD; }
span { border-color: rgb(238,20,189); }
td.TdClassName
{
border-color: #EE14BD;
}
.TagClassName
{
border-color: #EE14BD;
}
</style>