Shades of Shocking Pink #EA1CCC
Tints of Shocking Pink #EA1CCC
RGB
CMYK
RGB Variations
Color information
#EA1CCC (or 0xEA1CCC) is known color: Shocking Pink. HEX triplet: EA, 1C and CC. RGB value is (234,28,204). Sum of RGB (Red+Green+Blue) = 234+28+204=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1CCC is #15E333. Grayscale: #6D6D6D. Windows color (decimal): -1434420 or 13376746. OLE color: 13376746.
HSL color Cylindrical-coordinate representation of color #EA1CCC: hue angle of 308.74º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1CCC is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 204 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.08 |
| HSL | 308.74º | 0.83% | 0.51% | - |
| HSV(B) | 308.74º | 0.88% | 0.92% | - |
| XYZ | 45.25 | 22.68 | 59.12 | - |
| YUV | 109.66 | 181.25 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 204 | 0 | 0.88 | 0.13 | 0.08 | 308.74 | 0.83 | 0.51 |
| Hex | EA | 1C | CC | 0 | 58 | D | 8 | 135 | 53 | 33 |
| Octal | 352 | 34 | 314 | 0 | 130 | 15 | 10 | 465 | 123 | 63 |
| Binary | 11101010 | 11100 | 11001100 | 0 | 1011000 | 1101 | 1000 | 100110101 | 1010011 | 110011 |
Color Harmonies of #EA1CCC
Complementary color
Monochromatic Colors of #EA1CCC
Black with #EA1CCC
Text Example
Text Example
White with #EA1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CCC; }
p { color: rgb(234,28,204); }
H1.HeaderClassName
{
color: #EA1CCC;
}
.AnyTagClassName
{
color: #EA1CCC;
}
</style>
background-color css
<style>
a { background-color: #EA1CCC; }
a { background-color: rgb(234,28,204); }
div.DivClassName
{
background-color: #EA1CCC;
}
.BgClassName
{
background-color: #EA1CCC;
}
</style>
border-color css
<style>
span { border-color: #EA1CCC; }
span { border-color: rgb(234,28,204); }
td.TdClassName
{
border-color: #EA1CCC;
}
.TagClassName
{
border-color: #EA1CCC;
}
</style>