Shades of Shocking Pink #ED15D1
Tints of Shocking Pink #ED15D1
RGB
CMYK
RGB Variations
Color information
#ED15D1 (or 0xED15D1) is known color: Shocking Pink. HEX triplet: ED, 15 and D1. RGB value is (237,21,209). Sum of RGB (Red+Green+Blue) = 237+21+209=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15D1 is #12EA2E. Grayscale: #6A6A6A. Windows color (decimal): -1239599 or 13702637. OLE color: 13702637.
HSL color Cylindrical-coordinate representation of color #ED15D1: hue angle of 307.78º 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 #ED15D1 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 209 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.07 |
| HSL | 307.78º | 0.86% | 0.51% | - |
| HSV(B) | 307.78º | 0.91% | 0.93% | - |
| XYZ | 46.7 | 23.14 | 62.33 | - |
| YUV | 107.02 | 185.56 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 209 | 0 | 0.91 | 0.12 | 0.07 | 307.78 | 0.86 | 0.51 |
| Hex | ED | 15 | D1 | 0 | 5B | C | 7 | 134 | 56 | 33 |
| Octal | 355 | 25 | 321 | 0 | 133 | 14 | 7 | 464 | 126 | 63 |
| Binary | 11101101 | 10101 | 11010001 | 0 | 1011011 | 1100 | 111 | 100110100 | 1010110 | 110011 |
Color Harmonies of #ED15D1
Complementary color
Monochromatic Colors of #ED15D1
Black with #ED15D1
Text Example
Text Example
White with #ED15D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15D1; }
p { color: rgb(237,21,209); }
H1.HeaderClassName
{
color: #ED15D1;
}
.AnyTagClassName
{
color: #ED15D1;
}
</style>
background-color css
<style>
a { background-color: #ED15D1; }
a { background-color: rgb(237,21,209); }
div.DivClassName
{
background-color: #ED15D1;
}
.BgClassName
{
background-color: #ED15D1;
}
</style>
border-color css
<style>
span { border-color: #ED15D1; }
span { border-color: rgb(237,21,209); }
td.TdClassName
{
border-color: #ED15D1;
}
.TagClassName
{
border-color: #ED15D1;
}
</style>