Shades of Shocking Pink #ED15B3
Tints of Shocking Pink #ED15B3
RGB
CMYK
RGB Variations
Color information
#ED15B3 (or 0xED15B3) is known color: Shocking Pink. HEX triplet: ED, 15 and B3. RGB value is (237,21,179). Sum of RGB (Red+Green+Blue) = 237+21+179=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15B3 is #12EA4C. Grayscale: #676767. Windows color (decimal): -1239629 or 11736557. OLE color: 11736557.
HSL color Cylindrical-coordinate representation of color #ED15B3: hue angle of 316.11º 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 #ED15B3 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 179 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.07 |
| HSL | 316.11º | 0.86% | 0.51% | - |
| HSV(B) | 316.11º | 0.91% | 0.93% | - |
| XYZ | 43.33 | 21.8 | 44.57 | - |
| YUV | 103.6 | 170.56 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 179 | 0 | 0.91 | 0.24 | 0.07 | 316.11 | 0.86 | 0.51 |
| Hex | ED | 15 | B3 | 0 | 5B | 18 | 7 | 13C | 56 | 33 |
| Octal | 355 | 25 | 263 | 0 | 133 | 30 | 7 | 474 | 126 | 63 |
| Binary | 11101101 | 10101 | 10110011 | 0 | 1011011 | 11000 | 111 | 100111100 | 1010110 | 110011 |
Color Harmonies of #ED15B3
Complementary color
Monochromatic Colors of #ED15B3
Black with #ED15B3
Text Example
Text Example
White with #ED15B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15B3; }
p { color: rgb(237,21,179); }
H1.HeaderClassName
{
color: #ED15B3;
}
.AnyTagClassName
{
color: #ED15B3;
}
</style>
background-color css
<style>
a { background-color: #ED15B3; }
a { background-color: rgb(237,21,179); }
div.DivClassName
{
background-color: #ED15B3;
}
.BgClassName
{
background-color: #ED15B3;
}
</style>
border-color css
<style>
span { border-color: #ED15B3; }
span { border-color: rgb(237,21,179); }
td.TdClassName
{
border-color: #ED15B3;
}
.TagClassName
{
border-color: #ED15B3;
}
</style>