Shades of Shocking Pink #EA1ACD
Tints of Shocking Pink #EA1ACD
RGB
CMYK
RGB Variations
Color information
#EA1ACD (or 0xEA1ACD) is known color: Shocking Pink. HEX triplet: EA, 1A and CD. RGB value is (234,26,205). Sum of RGB (Red+Green+Blue) = 234+26+205=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1ACD is #15E532. Grayscale: #6C6C6C. Windows color (decimal): -1434931 or 13441770. OLE color: 13441770.
HSL color Cylindrical-coordinate representation of color #EA1ACD: hue angle of 308.37º 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 #EA1ACD is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 205 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.08 |
| HSL | 308.37º | 0.83% | 0.51% | - |
| HSV(B) | 308.37º | 0.89% | 0.92% | - |
| XYZ | 45.32 | 22.64 | 59.74 | - |
| YUV | 108.6 | 182.41 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 205 | 0 | 0.89 | 0.12 | 0.08 | 308.37 | 0.83 | 0.51 |
| Hex | EA | 1A | CD | 0 | 59 | C | 8 | 134 | 53 | 33 |
| Octal | 352 | 32 | 315 | 0 | 131 | 14 | 10 | 464 | 123 | 63 |
| Binary | 11101010 | 11010 | 11001101 | 0 | 1011001 | 1100 | 1000 | 100110100 | 1010011 | 110011 |
Color Harmonies of #EA1ACD
Complementary color
Monochromatic Colors of #EA1ACD
Black with #EA1ACD
Text Example
Text Example
White with #EA1ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1ACD; }
p { color: rgb(234,26,205); }
H1.HeaderClassName
{
color: #EA1ACD;
}
.AnyTagClassName
{
color: #EA1ACD;
}
</style>
background-color css
<style>
a { background-color: #EA1ACD; }
a { background-color: rgb(234,26,205); }
div.DivClassName
{
background-color: #EA1ACD;
}
.BgClassName
{
background-color: #EA1ACD;
}
</style>
border-color css
<style>
span { border-color: #EA1ACD; }
span { border-color: rgb(234,26,205); }
td.TdClassName
{
border-color: #EA1ACD;
}
.TagClassName
{
border-color: #EA1ACD;
}
</style>