Shades of Shocking Pink #EC03B8
Tints of Shocking Pink #EC03B8
RGB
CMYK
RGB Variations
Color information
#EC03B8 (or 0xEC03B8) is known color: Shocking Pink. HEX triplet: EC, 03 and B8. RGB value is (236,3,184). Sum of RGB (Red+Green+Blue) = 236+3+184=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03B8 is #13FC47. Grayscale: #5C5C5C. Windows color (decimal): -1309768 or 12059628. OLE color: 12059628.
HSL color Cylindrical-coordinate representation of color #EC03B8: hue angle of 313.39º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03B8 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 184 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.07 |
| HSL | 313.39º | 0.97% | 0.47% | - |
| HSV(B) | 313.39º | 0.99% | 0.93% | - |
| XYZ | 43.28 | 21.36 | 47.19 | - |
| YUV | 93.3 | 179.19 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 184 | 0 | 0.99 | 0.22 | 0.07 | 313.39 | 0.97 | 0.47 |
| Hex | EC | 3 | B8 | 0 | 63 | 16 | 7 | 139 | 61 | 2F |
| Octal | 354 | 3 | 270 | 0 | 143 | 26 | 7 | 471 | 141 | 57 |
| Binary | 11101100 | 11 | 10111000 | 0 | 1100011 | 10110 | 111 | 100111001 | 1100001 | 101111 |
Color Harmonies of #EC03B8
Complementary color
Monochromatic Colors of #EC03B8
Black with #EC03B8
Text Example
Text Example
White with #EC03B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03B8; }
p { color: rgb(236,3,184); }
H1.HeaderClassName
{
color: #EC03B8;
}
.AnyTagClassName
{
color: #EC03B8;
}
</style>
background-color css
<style>
a { background-color: #EC03B8; }
a { background-color: rgb(236,3,184); }
div.DivClassName
{
background-color: #EC03B8;
}
.BgClassName
{
background-color: #EC03B8;
}
</style>
border-color css
<style>
span { border-color: #EC03B8; }
span { border-color: rgb(236,3,184); }
td.TdClassName
{
border-color: #EC03B8;
}
.TagClassName
{
border-color: #EC03B8;
}
</style>