Shades of Shocking Pink #ED06C6
Tints of Shocking Pink #ED06C6
RGB
CMYK
RGB Variations
Color information
#ED06C6 (or 0xED06C6) is known color: Shocking Pink. HEX triplet: ED, 06 and C6. RGB value is (237,6,198). Sum of RGB (Red+Green+Blue) = 237+6+198=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED06C6 is #12F939. Grayscale: #606060. Windows color (decimal): -1243450 or 12977901. OLE color: 12977901.
HSL color Cylindrical-coordinate representation of color #ED06C6: hue angle of 310.13º 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 #ED06C6 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 198 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.07 |
| HSL | 310.13º | 0.95% | 0.48% | - |
| HSV(B) | 310.13º | 0.97% | 0.93% | - |
| XYZ | 45.18 | 22.21 | 55.33 | - |
| YUV | 96.96 | 185.03 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 198 | 0 | 0.97 | 0.16 | 0.07 | 310.13 | 0.95 | 0.48 |
| Hex | ED | 6 | C6 | 0 | 61 | 10 | 7 | 136 | 5F | 30 |
| Octal | 355 | 6 | 306 | 0 | 141 | 20 | 7 | 466 | 137 | 60 |
| Binary | 11101101 | 110 | 11000110 | 0 | 1100001 | 10000 | 111 | 100110110 | 1011111 | 110000 |
Color Harmonies of #ED06C6
Complementary color
Monochromatic Colors of #ED06C6
Black with #ED06C6
Text Example
Text Example
White with #ED06C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED06C6; }
p { color: rgb(237,6,198); }
H1.HeaderClassName
{
color: #ED06C6;
}
.AnyTagClassName
{
color: #ED06C6;
}
</style>
background-color css
<style>
a { background-color: #ED06C6; }
a { background-color: rgb(237,6,198); }
div.DivClassName
{
background-color: #ED06C6;
}
.BgClassName
{
background-color: #ED06C6;
}
</style>
border-color css
<style>
span { border-color: #ED06C6; }
span { border-color: rgb(237,6,198); }
td.TdClassName
{
border-color: #ED06C6;
}
.TagClassName
{
border-color: #ED06C6;
}
</style>