Shades of Shocking Pink #EA1ED1
Tints of Shocking Pink #EA1ED1
RGB
CMYK
RGB Variations
Color information
#EA1ED1 (or 0xEA1ED1) is known color: Shocking Pink. HEX triplet: EA, 1E and D1. RGB value is (234,30,209). Sum of RGB (Red+Green+Blue) = 234+30+209=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1ED1 is #15E12E. Grayscale: #6E6E6E. Windows color (decimal): -1433903 or 13704938. OLE color: 13704938.
HSL color Cylindrical-coordinate representation of color #EA1ED1: hue angle of 307.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1ED1 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 30 | 209 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.08 |
| HSL | 307.35º | 0.83% | 0.52% | - |
| HSV(B) | 307.35º | 0.87% | 0.92% | - |
| XYZ | 45.9 | 23.02 | 62.35 | - |
| YUV | 111.4 | 183.09 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 30 | 209 | 0 | 0.87 | 0.11 | 0.08 | 307.35 | 0.83 | 0.52 |
| Hex | EA | 1E | D1 | 0 | 57 | B | 8 | 133 | 53 | 34 |
| Octal | 352 | 36 | 321 | 0 | 127 | 13 | 10 | 463 | 123 | 64 |
| Binary | 11101010 | 11110 | 11010001 | 0 | 1010111 | 1011 | 1000 | 100110011 | 1010011 | 110100 |
Color Harmonies of #EA1ED1
Complementary color
Monochromatic Colors of #EA1ED1
Black with #EA1ED1
Text Example
Text Example
White with #EA1ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1ED1; }
p { color: rgb(234,30,209); }
H1.HeaderClassName
{
color: #EA1ED1;
}
.AnyTagClassName
{
color: #EA1ED1;
}
</style>
background-color css
<style>
a { background-color: #EA1ED1; }
a { background-color: rgb(234,30,209); }
div.DivClassName
{
background-color: #EA1ED1;
}
.BgClassName
{
background-color: #EA1ED1;
}
</style>
border-color css
<style>
span { border-color: #EA1ED1; }
span { border-color: rgb(234,30,209); }
td.TdClassName
{
border-color: #EA1ED1;
}
.TagClassName
{
border-color: #EA1ED1;
}
</style>