Shades of Shocking Pink #EA1AD2
Tints of Shocking Pink #EA1AD2
RGB
CMYK
RGB Variations
Color information
#EA1AD2 (or 0xEA1AD2) is known color: Shocking Pink. HEX triplet: EA, 1A and D2. RGB value is (234,26,210). Sum of RGB (Red+Green+Blue) = 234+26+210=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1AD2 is #15E52D. Grayscale: #6C6C6C. Windows color (decimal): -1434926 or 13769450. OLE color: 13769450.
HSL color Cylindrical-coordinate representation of color #EA1AD2: hue angle of 306.92º 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 #EA1AD2 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 210 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.08 |
| HSL | 306.92º | 0.83% | 0.51% | - |
| HSV(B) | 306.92º | 0.89% | 0.92% | - |
| XYZ | 45.93 | 22.88 | 62.97 | - |
| YUV | 109.17 | 184.91 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 210 | 0 | 0.89 | 0.10 | 0.08 | 306.92 | 0.83 | 0.51 |
| Hex | EA | 1A | D2 | 0 | 59 | A | 8 | 133 | 53 | 33 |
| Octal | 352 | 32 | 322 | 0 | 131 | 12 | 10 | 463 | 123 | 63 |
| Binary | 11101010 | 11010 | 11010010 | 0 | 1011001 | 1010 | 1000 | 100110011 | 1010011 | 110011 |
Color Harmonies of #EA1AD2
Complementary color
Monochromatic Colors of #EA1AD2
Black with #EA1AD2
Text Example
Text Example
White with #EA1AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1AD2; }
p { color: rgb(234,26,210); }
H1.HeaderClassName
{
color: #EA1AD2;
}
.AnyTagClassName
{
color: #EA1AD2;
}
</style>
background-color css
<style>
a { background-color: #EA1AD2; }
a { background-color: rgb(234,26,210); }
div.DivClassName
{
background-color: #EA1AD2;
}
.BgClassName
{
background-color: #EA1AD2;
}
</style>
border-color css
<style>
span { border-color: #EA1AD2; }
span { border-color: rgb(234,26,210); }
td.TdClassName
{
border-color: #EA1AD2;
}
.TagClassName
{
border-color: #EA1AD2;
}
</style>