Shades of Shocking Pink #ED23C1
Tints of Shocking Pink #ED23C1
RGB
CMYK
RGB Variations
Color information
#ED23C1 (or 0xED23C1) is known color: Shocking Pink. HEX triplet: ED, 23 and C1. RGB value is (237,35,193). Sum of RGB (Red+Green+Blue) = 237+35+193=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23C1 is #12DC3E. Grayscale: #707070. Windows color (decimal): -1236031 or 12657645. OLE color: 12657645.
HSL color Cylindrical-coordinate representation of color #ED23C1: hue angle of 313.07º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED23C1 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 193 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.07 |
| HSL | 313.07º | 0.85% | 0.53% | - |
| HSV(B) | 313.07º | 0.85% | 0.93% | - |
| XYZ | 45.15 | 23.06 | 52.52 | - |
| YUV | 113.41 | 172.92 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 193 | 0 | 0.85 | 0.19 | 0.07 | 313.07 | 0.85 | 0.53 |
| Hex | ED | 23 | C1 | 0 | 55 | 13 | 7 | 139 | 55 | 35 |
| Octal | 355 | 43 | 301 | 0 | 125 | 23 | 7 | 471 | 125 | 65 |
| Binary | 11101101 | 100011 | 11000001 | 0 | 1010101 | 10011 | 111 | 100111001 | 1010101 | 110101 |
Color Harmonies of #ED23C1
Complementary color
Monochromatic Colors of #ED23C1
Black with #ED23C1
Text Example
Text Example
White with #ED23C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED23C1; }
p { color: rgb(237,35,193); }
H1.HeaderClassName
{
color: #ED23C1;
}
.AnyTagClassName
{
color: #ED23C1;
}
</style>
background-color css
<style>
a { background-color: #ED23C1; }
a { background-color: rgb(237,35,193); }
div.DivClassName
{
background-color: #ED23C1;
}
.BgClassName
{
background-color: #ED23C1;
}
</style>
border-color css
<style>
span { border-color: #ED23C1; }
span { border-color: rgb(237,35,193); }
td.TdClassName
{
border-color: #ED23C1;
}
.TagClassName
{
border-color: #ED23C1;
}
</style>