Shades of Shocking Pink #EE0BBE
Tints of Shocking Pink #EE0BBE
RGB
CMYK
RGB Variations
Color information
#EE0BBE (or 0xEE0BBE) is known color: Shocking Pink. HEX triplet: EE, 0B and BE. RGB value is (238,11,190). Sum of RGB (Red+Green+Blue) = 238+11+190=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BBE is #11F441. Grayscale: #626262. Windows color (decimal): -1176642 or 12454894. OLE color: 12454894.
HSL color Cylindrical-coordinate representation of color #EE0BBE: hue angle of 312.69º 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 #EE0BBE is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.07 |
| HSL | 312.69º | 0.91% | 0.49% | - |
| HSV(B) | 312.69º | 0.95% | 0.93% | - |
| XYZ | 44.67 | 22.13 | 50.63 | - |
| YUV | 99.28 | 179.21 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 190 | 0 | 0.95 | 0.20 | 0.07 | 312.69 | 0.91 | 0.49 |
| Hex | EE | B | BE | 0 | 5F | 14 | 7 | 139 | 5B | 31 |
| Octal | 356 | 13 | 276 | 0 | 137 | 24 | 7 | 471 | 133 | 61 |
| Binary | 11101110 | 1011 | 10111110 | 0 | 1011111 | 10100 | 111 | 100111001 | 1011011 | 110001 |
Color Harmonies of #EE0BBE
Complementary color
Monochromatic Colors of #EE0BBE
Black with #EE0BBE
Text Example
Text Example
White with #EE0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BBE; }
p { color: rgb(238,11,190); }
H1.HeaderClassName
{
color: #EE0BBE;
}
.AnyTagClassName
{
color: #EE0BBE;
}
</style>
background-color css
<style>
a { background-color: #EE0BBE; }
a { background-color: rgb(238,11,190); }
div.DivClassName
{
background-color: #EE0BBE;
}
.BgClassName
{
background-color: #EE0BBE;
}
</style>
border-color css
<style>
span { border-color: #EE0BBE; }
span { border-color: rgb(238,11,190); }
td.TdClassName
{
border-color: #EE0BBE;
}
.TagClassName
{
border-color: #EE0BBE;
}
</style>