Shades of Shocking Pink #ED15CF
Tints of Shocking Pink #ED15CF
RGB
CMYK
RGB Variations
Color information
#ED15CF (or 0xED15CF) is known color: Shocking Pink. HEX triplet: ED, 15 and CF. RGB value is (237,21,207). Sum of RGB (Red+Green+Blue) = 237+21+207=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15CF is #12EA30. Grayscale: #6A6A6A. Windows color (decimal): -1239601 or 13571565. OLE color: 13571565.
HSL color Cylindrical-coordinate representation of color #ED15CF: hue angle of 308.33º 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 #ED15CF is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 207 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.07 |
| HSL | 308.33º | 0.86% | 0.51% | - |
| HSV(B) | 308.33º | 0.91% | 0.93% | - |
| XYZ | 46.46 | 23.05 | 61.03 | - |
| YUV | 106.79 | 184.56 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 207 | 0 | 0.91 | 0.13 | 0.07 | 308.33 | 0.86 | 0.51 |
| Hex | ED | 15 | CF | 0 | 5B | D | 7 | 134 | 56 | 33 |
| Octal | 355 | 25 | 317 | 0 | 133 | 15 | 7 | 464 | 126 | 63 |
| Binary | 11101101 | 10101 | 11001111 | 0 | 1011011 | 1101 | 111 | 100110100 | 1010110 | 110011 |
Color Harmonies of #ED15CF
Complementary color
Monochromatic Colors of #ED15CF
Black with #ED15CF
Text Example
Text Example
White with #ED15CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15CF; }
p { color: rgb(237,21,207); }
H1.HeaderClassName
{
color: #ED15CF;
}
.AnyTagClassName
{
color: #ED15CF;
}
</style>
background-color css
<style>
a { background-color: #ED15CF; }
a { background-color: rgb(237,21,207); }
div.DivClassName
{
background-color: #ED15CF;
}
.BgClassName
{
background-color: #ED15CF;
}
</style>
border-color css
<style>
span { border-color: #ED15CF; }
span { border-color: rgb(237,21,207); }
td.TdClassName
{
border-color: #ED15CF;
}
.TagClassName
{
border-color: #ED15CF;
}
</style>