Shades of Shocking Pink #EA1DD5
Tints of Shocking Pink #EA1DD5
RGB
CMYK
RGB Variations
Color information
#EA1DD5 (or 0xEA1DD5) is known color: Shocking Pink. HEX triplet: EA, 1D and D5. RGB value is (234,29,213). Sum of RGB (Red+Green+Blue) = 234+29+213=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1DD5 is #15E22A. Grayscale: #6E6E6E. Windows color (decimal): -1434155 or 13966826. OLE color: 13966826.
HSL color Cylindrical-coordinate representation of color #EA1DD5: hue angle of 306.15º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DD5 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 213 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.08 |
| HSL | 306.15º | 0.83% | 0.52% | - |
| HSV(B) | 306.15º | 0.88% | 0.92% | - |
| XYZ | 46.38 | 23.18 | 64.98 | - |
| YUV | 111.27 | 185.42 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 213 | 0 | 0.88 | 0.09 | 0.08 | 306.15 | 0.83 | 0.52 |
| Hex | EA | 1D | D5 | 0 | 58 | 9 | 8 | 132 | 53 | 34 |
| Octal | 352 | 35 | 325 | 0 | 130 | 11 | 10 | 462 | 123 | 64 |
| Binary | 11101010 | 11101 | 11010101 | 0 | 1011000 | 1001 | 1000 | 100110010 | 1010011 | 110100 |
Color Harmonies of #EA1DD5
Complementary color
Monochromatic Colors of #EA1DD5
Black with #EA1DD5
Text Example
Text Example
White with #EA1DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DD5; }
p { color: rgb(234,29,213); }
H1.HeaderClassName
{
color: #EA1DD5;
}
.AnyTagClassName
{
color: #EA1DD5;
}
</style>
background-color css
<style>
a { background-color: #EA1DD5; }
a { background-color: rgb(234,29,213); }
div.DivClassName
{
background-color: #EA1DD5;
}
.BgClassName
{
background-color: #EA1DD5;
}
</style>
border-color css
<style>
span { border-color: #EA1DD5; }
span { border-color: rgb(234,29,213); }
td.TdClassName
{
border-color: #EA1DD5;
}
.TagClassName
{
border-color: #EA1DD5;
}
</style>