Shades of Shocking Pink #ED1ABE
Tints of Shocking Pink #ED1ABE
RGB
CMYK
RGB Variations
Color information
#ED1ABE (or 0xED1ABE) is known color: Shocking Pink. HEX triplet: ED, 1A and BE. RGB value is (237,26,190). Sum of RGB (Red+Green+Blue) = 237+26+190=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1ABE is #12E541. Grayscale: #6B6B6B. Windows color (decimal): -1238338 or 12458733. OLE color: 12458733.
HSL color Cylindrical-coordinate representation of color #ED1ABE: hue angle of 313.36º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1ABE is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 26 | 190 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.07 |
| HSL | 313.36º | 0.85% | 0.52% | - |
| HSV(B) | 313.36º | 0.89% | 0.93% | - |
| XYZ | 44.59 | 22.46 | 50.7 | - |
| YUV | 107.79 | 174.4 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 26 | 190 | 0 | 0.89 | 0.20 | 0.07 | 313.36 | 0.85 | 0.52 |
| Hex | ED | 1A | BE | 0 | 59 | 14 | 7 | 139 | 55 | 34 |
| Octal | 355 | 32 | 276 | 0 | 131 | 24 | 7 | 471 | 125 | 64 |
| Binary | 11101101 | 11010 | 10111110 | 0 | 1011001 | 10100 | 111 | 100111001 | 1010101 | 110100 |
Color Harmonies of #ED1ABE
Complementary color
Monochromatic Colors of #ED1ABE
Black with #ED1ABE
Text Example
Text Example
White with #ED1ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1ABE; }
p { color: rgb(237,26,190); }
H1.HeaderClassName
{
color: #ED1ABE;
}
.AnyTagClassName
{
color: #ED1ABE;
}
</style>
background-color css
<style>
a { background-color: #ED1ABE; }
a { background-color: rgb(237,26,190); }
div.DivClassName
{
background-color: #ED1ABE;
}
.BgClassName
{
background-color: #ED1ABE;
}
</style>
border-color css
<style>
span { border-color: #ED1ABE; }
span { border-color: rgb(237,26,190); }
td.TdClassName
{
border-color: #ED1ABE;
}
.TagClassName
{
border-color: #ED1ABE;
}
</style>