Shades of Shocking Pink #EA1DCC
Tints of Shocking Pink #EA1DCC
RGB
CMYK
RGB Variations
Color information
#EA1DCC (or 0xEA1DCC) is known color: Shocking Pink. HEX triplet: EA, 1D and CC. RGB value is (234,29,204). Sum of RGB (Red+Green+Blue) = 234+29+204=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1DCC is #15E233. Grayscale: #6D6D6D. Windows color (decimal): -1434164 or 13377002. OLE color: 13377002.
HSL color Cylindrical-coordinate representation of color #EA1DCC: hue angle of 308.78º 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 #EA1DCC is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 204 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.08 |
| HSL | 308.78º | 0.83% | 0.52% | - |
| HSV(B) | 308.78º | 0.88% | 0.92% | - |
| XYZ | 45.27 | 22.73 | 59.13 | - |
| YUV | 110.25 | 180.92 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 204 | 0 | 0.88 | 0.13 | 0.08 | 308.78 | 0.83 | 0.52 |
| Hex | EA | 1D | CC | 0 | 58 | D | 8 | 135 | 53 | 34 |
| Octal | 352 | 35 | 314 | 0 | 130 | 15 | 10 | 465 | 123 | 64 |
| Binary | 11101010 | 11101 | 11001100 | 0 | 1011000 | 1101 | 1000 | 100110101 | 1010011 | 110100 |
Color Harmonies of #EA1DCC
Complementary color
Monochromatic Colors of #EA1DCC
Black with #EA1DCC
Text Example
Text Example
White with #EA1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DCC; }
p { color: rgb(234,29,204); }
H1.HeaderClassName
{
color: #EA1DCC;
}
.AnyTagClassName
{
color: #EA1DCC;
}
</style>
background-color css
<style>
a { background-color: #EA1DCC; }
a { background-color: rgb(234,29,204); }
div.DivClassName
{
background-color: #EA1DCC;
}
.BgClassName
{
background-color: #EA1DCC;
}
</style>
border-color css
<style>
span { border-color: #EA1DCC; }
span { border-color: rgb(234,29,204); }
td.TdClassName
{
border-color: #EA1DCC;
}
.TagClassName
{
border-color: #EA1DCC;
}
</style>