Shades of Shocking Pink #EA1AD0
Tints of Shocking Pink #EA1AD0
RGB
CMYK
RGB Variations
Color information
#EA1AD0 (or 0xEA1AD0) is known color: Shocking Pink. HEX triplet: EA, 1A and D0. RGB value is (234,26,208). Sum of RGB (Red+Green+Blue) = 234+26+208=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1AD0 is #15E52F. Grayscale: #6C6C6C. Windows color (decimal): -1434928 or 13638378. OLE color: 13638378.
HSL color Cylindrical-coordinate representation of color #EA1AD0: hue angle of 307.5º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1AD0 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 208 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.08 |
| HSL | 307.5º | 0.83% | 0.51% | - |
| HSV(B) | 307.5º | 0.89% | 0.92% | - |
| XYZ | 45.69 | 22.79 | 61.66 | - |
| YUV | 108.94 | 183.91 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 208 | 0 | 0.89 | 0.11 | 0.08 | 307.5 | 0.83 | 0.51 |
| Hex | EA | 1A | D0 | 0 | 59 | B | 8 | 134 | 53 | 33 |
| Octal | 352 | 32 | 320 | 0 | 131 | 13 | 10 | 464 | 123 | 63 |
| Binary | 11101010 | 11010 | 11010000 | 0 | 1011001 | 1011 | 1000 | 100110100 | 1010011 | 110011 |
Color Harmonies of #EA1AD0
Complementary color
Monochromatic Colors of #EA1AD0
Black with #EA1AD0
Text Example
Text Example
White with #EA1AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1AD0; }
p { color: rgb(234,26,208); }
H1.HeaderClassName
{
color: #EA1AD0;
}
.AnyTagClassName
{
color: #EA1AD0;
}
</style>
background-color css
<style>
a { background-color: #EA1AD0; }
a { background-color: rgb(234,26,208); }
div.DivClassName
{
background-color: #EA1AD0;
}
.BgClassName
{
background-color: #EA1AD0;
}
</style>
border-color css
<style>
span { border-color: #EA1AD0; }
span { border-color: rgb(234,26,208); }
td.TdClassName
{
border-color: #EA1AD0;
}
.TagClassName
{
border-color: #EA1AD0;
}
</style>