Shades of Shocking Pink #EC00BE
Tints of Shocking Pink #EC00BE
RGB
CMYK
RGB Variations
Color information
#EC00BE (or 0xEC00BE) is known color: Shocking Pink. HEX triplet: EC, 00 and BE. RGB value is (236,0,190). Sum of RGB (Red+Green+Blue) = 236+0+190=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00BE is #13FF41. Grayscale: #5B5B5B. Windows color (decimal): -1310530 or 12452076. OLE color: 12452076.
HSL color Cylindrical-coordinate representation of color #EC00BE: hue angle of 311.69º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00BE is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.19 | 0.07 |
| HSL | 311.69º | 1% | 0.46% | - |
| HSV(B) | 311.69º | 1% | 0.93% | - |
| XYZ | 43.89 | 21.55 | 50.56 | - |
| YUV | 92.22 | 183.19 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 190 | 0 | 1 | 0.19 | 0.07 | 311.69 | 1 | 0.46 |
| Hex | EC | 0 | BE | 0 | 64 | 13 | 7 | 138 | 64 | 2E |
| Octal | 354 | 0 | 276 | 0 | 144 | 23 | 7 | 470 | 144 | 56 |
| Binary | 11101100 | 0 | 10111110 | 0 | 1100100 | 10011 | 111 | 100111000 | 1100100 | 101110 |
Color Harmonies of #EC00BE
Complementary color
Monochromatic Colors of #EC00BE
Black with #EC00BE
Text Example
Text Example
White with #EC00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00BE; }
p { color: rgb(236,0,190); }
H1.HeaderClassName
{
color: #EC00BE;
}
.AnyTagClassName
{
color: #EC00BE;
}
</style>
background-color css
<style>
a { background-color: #EC00BE; }
a { background-color: rgb(236,0,190); }
div.DivClassName
{
background-color: #EC00BE;
}
.BgClassName
{
background-color: #EC00BE;
}
</style>
border-color css
<style>
span { border-color: #EC00BE; }
span { border-color: rgb(236,0,190); }
td.TdClassName
{
border-color: #EC00BE;
}
.TagClassName
{
border-color: #EC00BE;
}
</style>