Shades of Shocking Pink #EE13BC
Tints of Shocking Pink #EE13BC
RGB
CMYK
RGB Variations
Color information
#EE13BC (or 0xEE13BC) is known color: Shocking Pink. HEX triplet: EE, 13 and BC. RGB value is (238,19,188). Sum of RGB (Red+Green+Blue) = 238+19+188=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE13BC is #11EC43. Grayscale: #676767. Windows color (decimal): -1174596 or 12325870. OLE color: 12325870.
HSL color Cylindrical-coordinate representation of color #EE13BC: hue angle of 313.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE13BC is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 188 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.07 |
| HSL | 313.7º | 0.87% | 0.5% | - |
| HSV(B) | 313.7º | 0.92% | 0.93% | - |
| XYZ | 44.57 | 22.27 | 49.53 | - |
| YUV | 103.75 | 175.55 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 188 | 0 | 0.92 | 0.21 | 0.07 | 313.7 | 0.87 | 0.5 |
| Hex | EE | 13 | BC | 0 | 5C | 15 | 7 | 13A | 57 | 32 |
| Octal | 356 | 23 | 274 | 0 | 134 | 25 | 7 | 472 | 127 | 62 |
| Binary | 11101110 | 10011 | 10111100 | 0 | 1011100 | 10101 | 111 | 100111010 | 1010111 | 110010 |
Color Harmonies of #EE13BC
Complementary color
Monochromatic Colors of #EE13BC
Black with #EE13BC
Text Example
Text Example
White with #EE13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE13BC; }
p { color: rgb(238,19,188); }
H1.HeaderClassName
{
color: #EE13BC;
}
.AnyTagClassName
{
color: #EE13BC;
}
</style>
background-color css
<style>
a { background-color: #EE13BC; }
a { background-color: rgb(238,19,188); }
div.DivClassName
{
background-color: #EE13BC;
}
.BgClassName
{
background-color: #EE13BC;
}
</style>
border-color css
<style>
span { border-color: #EE13BC; }
span { border-color: rgb(238,19,188); }
td.TdClassName
{
border-color: #EE13BC;
}
.TagClassName
{
border-color: #EE13BC;
}
</style>