Shades of Shocking Pink #EE1BDB
Tints of Shocking Pink #EE1BDB
RGB
CMYK
RGB Variations
Color information
#EE1BDB (or 0xEE1BDB) is known color: Shocking Pink. HEX triplet: EE, 1B and DB. RGB value is (238,27,219). Sum of RGB (Red+Green+Blue) = 238+27+219=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1BDB is #11E424. Grayscale: #6F6F6F. Windows color (decimal): -1172517 or 14359534. OLE color: 14359534.
HSL color Cylindrical-coordinate representation of color #EE1BDB: hue angle of 305.4º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BDB is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 219 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.07 |
| HSL | 305.4º | 0.86% | 0.52% | - |
| HSV(B) | 305.4º | 0.89% | 0.93% | - |
| XYZ | 48.44 | 24.08 | 69.11 | - |
| YUV | 111.98 | 188.4 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 219 | 0 | 0.89 | 0.08 | 0.07 | 305.4 | 0.86 | 0.52 |
| Hex | EE | 1B | DB | 0 | 59 | 8 | 7 | 131 | 56 | 34 |
| Octal | 356 | 33 | 333 | 0 | 131 | 10 | 7 | 461 | 126 | 64 |
| Binary | 11101110 | 11011 | 11011011 | 0 | 1011001 | 1000 | 111 | 100110001 | 1010110 | 110100 |
Color Harmonies of #EE1BDB
Complementary color
Monochromatic Colors of #EE1BDB
Black with #EE1BDB
Text Example
Text Example
White with #EE1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BDB; }
p { color: rgb(238,27,219); }
H1.HeaderClassName
{
color: #EE1BDB;
}
.AnyTagClassName
{
color: #EE1BDB;
}
</style>
background-color css
<style>
a { background-color: #EE1BDB; }
a { background-color: rgb(238,27,219); }
div.DivClassName
{
background-color: #EE1BDB;
}
.BgClassName
{
background-color: #EE1BDB;
}
</style>
border-color css
<style>
span { border-color: #EE1BDB; }
span { border-color: rgb(238,27,219); }
td.TdClassName
{
border-color: #EE1BDB;
}
.TagClassName
{
border-color: #EE1BDB;
}
</style>