Shades of Shocking Pink #EE07B3
Tints of Shocking Pink #EE07B3
RGB
CMYK
RGB Variations
Color information
#EE07B3 (or 0xEE07B3) is known color: Shocking Pink. HEX triplet: EE, 07 and B3. RGB value is (238,7,179). Sum of RGB (Red+Green+Blue) = 238+7+179=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE07B3 is #11F84C. Grayscale: #5F5F5F. Windows color (decimal): -1177677 or 11732974. OLE color: 11732974.
HSL color Cylindrical-coordinate representation of color #EE07B3: hue angle of 315.32º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE07B3 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 179 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.07 |
| HSL | 315.32º | 0.94% | 0.48% | - |
| HSV(B) | 315.32º | 0.97% | 0.93% | - |
| XYZ | 43.47 | 21.58 | 44.52 | - |
| YUV | 95.68 | 175.03 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 179 | 0 | 0.97 | 0.25 | 0.07 | 315.32 | 0.94 | 0.48 |
| Hex | EE | 7 | B3 | 0 | 61 | 19 | 7 | 13B | 5E | 30 |
| Octal | 356 | 7 | 263 | 0 | 141 | 31 | 7 | 473 | 136 | 60 |
| Binary | 11101110 | 111 | 10110011 | 0 | 1100001 | 11001 | 111 | 100111011 | 1011110 | 110000 |
Color Harmonies of #EE07B3
Complementary color
Monochromatic Colors of #EE07B3
Black with #EE07B3
Text Example
Text Example
White with #EE07B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07B3; }
p { color: rgb(238,7,179); }
H1.HeaderClassName
{
color: #EE07B3;
}
.AnyTagClassName
{
color: #EE07B3;
}
</style>
background-color css
<style>
a { background-color: #EE07B3; }
a { background-color: rgb(238,7,179); }
div.DivClassName
{
background-color: #EE07B3;
}
.BgClassName
{
background-color: #EE07B3;
}
</style>
border-color css
<style>
span { border-color: #EE07B3; }
span { border-color: rgb(238,7,179); }
td.TdClassName
{
border-color: #EE07B3;
}
.TagClassName
{
border-color: #EE07B3;
}
</style>