Shades of Shocking Pink #EE05B5
Tints of Shocking Pink #EE05B5
RGB
CMYK
RGB Variations
Color information
#EE05B5 (or 0xEE05B5) is known color: Shocking Pink. HEX triplet: EE, 05 and B5. RGB value is (238,5,181). Sum of RGB (Red+Green+Blue) = 238+5+181=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05B5 is #11FA4A. Grayscale: #5E5E5E. Windows color (decimal): -1178187 or 11863534. OLE color: 11863534.
HSL color Cylindrical-coordinate representation of color #EE05B5: hue angle of 314.68º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05B5 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 181 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.07 |
| HSL | 314.68º | 0.96% | 0.48% | - |
| HSV(B) | 314.68º | 0.98% | 0.93% | - |
| XYZ | 43.65 | 21.62 | 45.59 | - |
| YUV | 94.73 | 176.69 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 181 | 0 | 0.98 | 0.24 | 0.07 | 314.68 | 0.96 | 0.48 |
| Hex | EE | 5 | B5 | 0 | 62 | 18 | 7 | 13B | 60 | 30 |
| Octal | 356 | 5 | 265 | 0 | 142 | 30 | 7 | 473 | 140 | 60 |
| Binary | 11101110 | 101 | 10110101 | 0 | 1100010 | 11000 | 111 | 100111011 | 1100000 | 110000 |
Color Harmonies of #EE05B5
Complementary color
Monochromatic Colors of #EE05B5
Black with #EE05B5
Text Example
Text Example
White with #EE05B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05B5; }
p { color: rgb(238,5,181); }
H1.HeaderClassName
{
color: #EE05B5;
}
.AnyTagClassName
{
color: #EE05B5;
}
</style>
background-color css
<style>
a { background-color: #EE05B5; }
a { background-color: rgb(238,5,181); }
div.DivClassName
{
background-color: #EE05B5;
}
.BgClassName
{
background-color: #EE05B5;
}
</style>
border-color css
<style>
span { border-color: #EE05B5; }
span { border-color: rgb(238,5,181); }
td.TdClassName
{
border-color: #EE05B5;
}
.TagClassName
{
border-color: #EE05B5;
}
</style>