Shades of Shocking Pink #ED15D4
Tints of Shocking Pink #ED15D4
RGB
CMYK
RGB Variations
Color information
#ED15D4 (or 0xED15D4) is known color: Shocking Pink. HEX triplet: ED, 15 and D4. RGB value is (237,21,212). Sum of RGB (Red+Green+Blue) = 237+21+212=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15D4 is #12EA2B. Grayscale: #6A6A6A. Windows color (decimal): -1239596 or 13899245. OLE color: 13899245.
HSL color Cylindrical-coordinate representation of color #ED15D4: hue angle of 306.94º 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 #ED15D4 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 212 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.07 |
| HSL | 306.94º | 0.86% | 0.51% | - |
| HSV(B) | 306.94º | 0.91% | 0.93% | - |
| XYZ | 47.08 | 23.29 | 64.3 | - |
| YUV | 107.36 | 187.06 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 212 | 0 | 0.91 | 0.11 | 0.07 | 306.94 | 0.86 | 0.51 |
| Hex | ED | 15 | D4 | 0 | 5B | B | 7 | 133 | 56 | 33 |
| Octal | 355 | 25 | 324 | 0 | 133 | 13 | 7 | 463 | 126 | 63 |
| Binary | 11101101 | 10101 | 11010100 | 0 | 1011011 | 1011 | 111 | 100110011 | 1010110 | 110011 |
Color Harmonies of #ED15D4
Complementary color
Monochromatic Colors of #ED15D4
Black with #ED15D4
Text Example
Text Example
White with #ED15D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15D4; }
p { color: rgb(237,21,212); }
H1.HeaderClassName
{
color: #ED15D4;
}
.AnyTagClassName
{
color: #ED15D4;
}
</style>
background-color css
<style>
a { background-color: #ED15D4; }
a { background-color: rgb(237,21,212); }
div.DivClassName
{
background-color: #ED15D4;
}
.BgClassName
{
background-color: #ED15D4;
}
</style>
border-color css
<style>
span { border-color: #ED15D4; }
span { border-color: rgb(237,21,212); }
td.TdClassName
{
border-color: #ED15D4;
}
.TagClassName
{
border-color: #ED15D4;
}
</style>