Shades of Shocking Pink #ED15CB
Tints of Shocking Pink #ED15CB
RGB
CMYK
RGB Variations
Color information
#ED15CB (or 0xED15CB) is known color: Shocking Pink. HEX triplet: ED, 15 and CB. RGB value is (237,21,203). Sum of RGB (Red+Green+Blue) = 237+21+203=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15CB is #12EA34. Grayscale: #696969. Windows color (decimal): -1239605 or 13309421. OLE color: 13309421.
HSL color Cylindrical-coordinate representation of color #ED15CB: hue angle of 309.44º 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 #ED15CB is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 203 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.07 |
| HSL | 309.44º | 0.86% | 0.51% | - |
| HSV(B) | 309.44º | 0.91% | 0.93% | - |
| XYZ | 45.97 | 22.85 | 58.49 | - |
| YUV | 106.33 | 182.56 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 203 | 0 | 0.91 | 0.14 | 0.07 | 309.44 | 0.86 | 0.51 |
| Hex | ED | 15 | CB | 0 | 5B | E | 7 | 135 | 56 | 33 |
| Octal | 355 | 25 | 313 | 0 | 133 | 16 | 7 | 465 | 126 | 63 |
| Binary | 11101101 | 10101 | 11001011 | 0 | 1011011 | 1110 | 111 | 100110101 | 1010110 | 110011 |
Color Harmonies of #ED15CB
Complementary color
Monochromatic Colors of #ED15CB
Black with #ED15CB
Text Example
Text Example
White with #ED15CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15CB; }
p { color: rgb(237,21,203); }
H1.HeaderClassName
{
color: #ED15CB;
}
.AnyTagClassName
{
color: #ED15CB;
}
</style>
background-color css
<style>
a { background-color: #ED15CB; }
a { background-color: rgb(237,21,203); }
div.DivClassName
{
background-color: #ED15CB;
}
.BgClassName
{
background-color: #ED15CB;
}
</style>
border-color css
<style>
span { border-color: #ED15CB; }
span { border-color: rgb(237,21,203); }
td.TdClassName
{
border-color: #ED15CB;
}
.TagClassName
{
border-color: #ED15CB;
}
</style>