Shades of Shocking Pink #ED13D4
Tints of Shocking Pink #ED13D4
RGB
CMYK
RGB Variations
Color information
#ED13D4 (or 0xED13D4) is known color: Shocking Pink. HEX triplet: ED, 13 and D4. RGB value is (237,19,212). Sum of RGB (Red+Green+Blue) = 237+19+212=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 19 (7.81% from 255 or 4.06% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED13D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED13D4 is #12EC2B. Grayscale: #696969. Windows color (decimal): -1240108 or 13898733. OLE color: 13898733.
HSL color Cylindrical-coordinate representation of color #ED13D4: hue angle of 306.88º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED13D4 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 212 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.07 |
| HSL | 306.88º | 0.86% | 0.5% | - |
| HSV(B) | 306.88º | 0.92% | 0.93% | - |
| XYZ | 47.04 | 23.22 | 64.29 | - |
| YUV | 106.18 | 187.72 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 212 | 0 | 0.92 | 0.11 | 0.07 | 306.88 | 0.86 | 0.5 |
| Hex | ED | 13 | D4 | 0 | 5C | B | 7 | 133 | 56 | 32 |
| Octal | 355 | 23 | 324 | 0 | 134 | 13 | 7 | 463 | 126 | 62 |
| Binary | 11101101 | 10011 | 11010100 | 0 | 1011100 | 1011 | 111 | 100110011 | 1010110 | 110010 |
Color Harmonies of #ED13D4
Complementary color
Monochromatic Colors of #ED13D4
Black with #ED13D4
Text Example
Text Example
White with #ED13D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED13D4; }
p { color: rgb(237,19,212); }
H1.HeaderClassName
{
color: #ED13D4;
}
.AnyTagClassName
{
color: #ED13D4;
}
</style>
background-color css
<style>
a { background-color: #ED13D4; }
a { background-color: rgb(237,19,212); }
div.DivClassName
{
background-color: #ED13D4;
}
.BgClassName
{
background-color: #ED13D4;
}
</style>
border-color css
<style>
span { border-color: #ED13D4; }
span { border-color: rgb(237,19,212); }
td.TdClassName
{
border-color: #ED13D4;
}
.TagClassName
{
border-color: #ED13D4;
}
</style>