Shades of Shocking Pink #ED06BA
Tints of Shocking Pink #ED06BA
RGB
CMYK
RGB Variations
Color information
#ED06BA (or 0xED06BA) is known color: Shocking Pink. HEX triplet: ED, 06 and BA. RGB value is (237,6,186). Sum of RGB (Red+Green+Blue) = 237+6+186=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED06BA is #12F945. Grayscale: #5F5F5F. Windows color (decimal): -1243462 or 12191469. OLE color: 12191469.
HSL color Cylindrical-coordinate representation of color #ED06BA: hue angle of 313.25º degrees, saturation: 0.95, 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 #ED06BA is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 186 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.07 |
| HSL | 313.25º | 0.95% | 0.48% | - |
| HSV(B) | 313.25º | 0.97% | 0.93% | - |
| XYZ | 43.85 | 21.68 | 48.33 | - |
| YUV | 95.59 | 179.03 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 186 | 0 | 0.97 | 0.22 | 0.07 | 313.25 | 0.95 | 0.48 |
| Hex | ED | 6 | BA | 0 | 61 | 16 | 7 | 139 | 5F | 30 |
| Octal | 355 | 6 | 272 | 0 | 141 | 26 | 7 | 471 | 137 | 60 |
| Binary | 11101101 | 110 | 10111010 | 0 | 1100001 | 10110 | 111 | 100111001 | 1011111 | 110000 |
Color Harmonies of #ED06BA
Complementary color
Monochromatic Colors of #ED06BA
Black with #ED06BA
Text Example
Text Example
White with #ED06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED06BA; }
p { color: rgb(237,6,186); }
H1.HeaderClassName
{
color: #ED06BA;
}
.AnyTagClassName
{
color: #ED06BA;
}
</style>
background-color css
<style>
a { background-color: #ED06BA; }
a { background-color: rgb(237,6,186); }
div.DivClassName
{
background-color: #ED06BA;
}
.BgClassName
{
background-color: #ED06BA;
}
</style>
border-color css
<style>
span { border-color: #ED06BA; }
span { border-color: rgb(237,6,186); }
td.TdClassName
{
border-color: #ED06BA;
}
.TagClassName
{
border-color: #ED06BA;
}
</style>