Shades of Shocking Pink #ED15CC
Tints of Shocking Pink #ED15CC
RGB
CMYK
RGB Variations
Color information
#ED15CC (or 0xED15CC) is known color: Shocking Pink. HEX triplet: ED, 15 and CC. RGB value is (237,21,204). Sum of RGB (Red+Green+Blue) = 237+21+204=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15CC is #12EA33. Grayscale: #696969. Windows color (decimal): -1239604 or 13374957. OLE color: 13374957.
HSL color Cylindrical-coordinate representation of color #ED15CC: hue angle of 309.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED15CC is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 204 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.07 |
| HSL | 309.17º | 0.86% | 0.51% | - |
| HSV(B) | 309.17º | 0.91% | 0.93% | - |
| XYZ | 46.09 | 22.9 | 59.12 | - |
| YUV | 106.45 | 183.06 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 204 | 0 | 0.91 | 0.14 | 0.07 | 309.17 | 0.86 | 0.51 |
| Hex | ED | 15 | CC | 0 | 5B | E | 7 | 135 | 56 | 33 |
| Octal | 355 | 25 | 314 | 0 | 133 | 16 | 7 | 465 | 126 | 63 |
| Binary | 11101101 | 10101 | 11001100 | 0 | 1011011 | 1110 | 111 | 100110101 | 1010110 | 110011 |
Color Harmonies of #ED15CC
Complementary color
Monochromatic Colors of #ED15CC
Black with #ED15CC
Text Example
Text Example
White with #ED15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15CC; }
p { color: rgb(237,21,204); }
H1.HeaderClassName
{
color: #ED15CC;
}
.AnyTagClassName
{
color: #ED15CC;
}
</style>
background-color css
<style>
a { background-color: #ED15CC; }
a { background-color: rgb(237,21,204); }
div.DivClassName
{
background-color: #ED15CC;
}
.BgClassName
{
background-color: #ED15CC;
}
</style>
border-color css
<style>
span { border-color: #ED15CC; }
span { border-color: rgb(237,21,204); }
td.TdClassName
{
border-color: #ED15CC;
}
.TagClassName
{
border-color: #ED15CC;
}
</style>