Shades of Shocking Pink #EA1ED0
Tints of Shocking Pink #EA1ED0
RGB
CMYK
RGB Variations
Color information
#EA1ED0 (or 0xEA1ED0) is known color: Shocking Pink. HEX triplet: EA, 1E and D0. RGB value is (234,30,208). Sum of RGB (Red+Green+Blue) = 234+30+208=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1ED0 is #15E12F. Grayscale: #6E6E6E. Windows color (decimal): -1433904 or 13639402. OLE color: 13639402.
HSL color Cylindrical-coordinate representation of color #EA1ED0: hue angle of 307.65º 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 #EA1ED0 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 30 | 208 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.08 |
| HSL | 307.65º | 0.83% | 0.52% | - |
| HSV(B) | 307.65º | 0.87% | 0.92% | - |
| XYZ | 45.78 | 22.98 | 61.7 | - |
| YUV | 111.29 | 182.59 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 30 | 208 | 0 | 0.87 | 0.11 | 0.08 | 307.65 | 0.83 | 0.52 |
| Hex | EA | 1E | D0 | 0 | 57 | B | 8 | 134 | 53 | 34 |
| Octal | 352 | 36 | 320 | 0 | 127 | 13 | 10 | 464 | 123 | 64 |
| Binary | 11101010 | 11110 | 11010000 | 0 | 1010111 | 1011 | 1000 | 100110100 | 1010011 | 110100 |
Color Harmonies of #EA1ED0
Complementary color
Monochromatic Colors of #EA1ED0
Black with #EA1ED0
Text Example
Text Example
White with #EA1ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1ED0; }
p { color: rgb(234,30,208); }
H1.HeaderClassName
{
color: #EA1ED0;
}
.AnyTagClassName
{
color: #EA1ED0;
}
</style>
background-color css
<style>
a { background-color: #EA1ED0; }
a { background-color: rgb(234,30,208); }
div.DivClassName
{
background-color: #EA1ED0;
}
.BgClassName
{
background-color: #EA1ED0;
}
</style>
border-color css
<style>
span { border-color: #EA1ED0; }
span { border-color: rgb(234,30,208); }
td.TdClassName
{
border-color: #EA1ED0;
}
.TagClassName
{
border-color: #EA1ED0;
}
</style>