Shades of Shocking Pink #EE00BD
Tints of Shocking Pink #EE00BD
RGB
CMYK
RGB Variations
Color information
#EE00BD (or 0xEE00BD) is known color: Shocking Pink. HEX triplet: EE, 00 and BD. RGB value is (238,0,189). Sum of RGB (Red+Green+Blue) = 238+0+189=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00BD is #11FF42. Grayscale: #5C5C5C. Windows color (decimal): -1179459 or 12386542. OLE color: 12386542.
HSL color Cylindrical-coordinate representation of color #EE00BD: hue angle of 312.35º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00BD is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.21 | 0.07 |
| HSL | 312.35º | 1% | 0.47% | - |
| HSV(B) | 312.35º | 1% | 0.93% | - |
| XYZ | 44.45 | 21.85 | 50.02 | - |
| YUV | 92.71 | 182.35 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 189 | 0 | 1 | 0.21 | 0.07 | 312.35 | 1 | 0.47 |
| Hex | EE | 0 | BD | 0 | 64 | 15 | 7 | 138 | 64 | 2F |
| Octal | 356 | 0 | 275 | 0 | 144 | 25 | 7 | 470 | 144 | 57 |
| Binary | 11101110 | 0 | 10111101 | 0 | 1100100 | 10101 | 111 | 100111000 | 1100100 | 101111 |
Color Harmonies of #EE00BD
Complementary color
Monochromatic Colors of #EE00BD
Black with #EE00BD
Text Example
Text Example
White with #EE00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00BD; }
p { color: rgb(238,0,189); }
H1.HeaderClassName
{
color: #EE00BD;
}
.AnyTagClassName
{
color: #EE00BD;
}
</style>
background-color css
<style>
a { background-color: #EE00BD; }
a { background-color: rgb(238,0,189); }
div.DivClassName
{
background-color: #EE00BD;
}
.BgClassName
{
background-color: #EE00BD;
}
</style>
border-color css
<style>
span { border-color: #EE00BD; }
span { border-color: rgb(238,0,189); }
td.TdClassName
{
border-color: #EE00BD;
}
.TagClassName
{
border-color: #EE00BD;
}
</style>