Shades of Shocking Pink #EE0BCB
Tints of Shocking Pink #EE0BCB
RGB
CMYK
RGB Variations
Color information
#EE0BCB (or 0xEE0BCB) is known color: Shocking Pink. HEX triplet: EE, 0B and CB. RGB value is (238,11,203). Sum of RGB (Red+Green+Blue) = 238+11+203=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BCB is #11F434. Grayscale: #646464. Windows color (decimal): -1176629 or 13306862. OLE color: 13306862.
HSL color Cylindrical-coordinate representation of color #EE0BCB: hue angle of 309.25º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0BCB is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.07 |
| HSL | 309.25º | 0.91% | 0.49% | - |
| HSV(B) | 309.25º | 0.95% | 0.93% | - |
| XYZ | 46.16 | 22.73 | 58.45 | - |
| YUV | 100.76 | 185.71 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 203 | 0 | 0.95 | 0.15 | 0.07 | 309.25 | 0.91 | 0.49 |
| Hex | EE | B | CB | 0 | 5F | F | 7 | 135 | 5B | 31 |
| Octal | 356 | 13 | 313 | 0 | 137 | 17 | 7 | 465 | 133 | 61 |
| Binary | 11101110 | 1011 | 11001011 | 0 | 1011111 | 1111 | 111 | 100110101 | 1011011 | 110001 |
Color Harmonies of #EE0BCB
Complementary color
Monochromatic Colors of #EE0BCB
Black with #EE0BCB
Text Example
Text Example
White with #EE0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BCB; }
p { color: rgb(238,11,203); }
H1.HeaderClassName
{
color: #EE0BCB;
}
.AnyTagClassName
{
color: #EE0BCB;
}
</style>
background-color css
<style>
a { background-color: #EE0BCB; }
a { background-color: rgb(238,11,203); }
div.DivClassName
{
background-color: #EE0BCB;
}
.BgClassName
{
background-color: #EE0BCB;
}
</style>
border-color css
<style>
span { border-color: #EE0BCB; }
span { border-color: rgb(238,11,203); }
td.TdClassName
{
border-color: #EE0BCB;
}
.TagClassName
{
border-color: #EE0BCB;
}
</style>