Shades of Shocking Pink #EA1ECC
Tints of Shocking Pink #EA1ECC
RGB
CMYK
RGB Variations
Color information
#EA1ECC (or 0xEA1ECC) is known color: Shocking Pink. HEX triplet: EA, 1E and CC. RGB value is (234,30,204). Sum of RGB (Red+Green+Blue) = 234+30+204=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1ECC is #15E133. Grayscale: #6E6E6E. Windows color (decimal): -1433908 or 13377258. OLE color: 13377258.
HSL color Cylindrical-coordinate representation of color #EA1ECC: hue angle of 308.82º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1ECC is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 30 | 204 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.08 |
| HSL | 308.82º | 0.83% | 0.52% | - |
| HSV(B) | 308.82º | 0.87% | 0.92% | - |
| XYZ | 45.3 | 22.78 | 59.14 | - |
| YUV | 110.83 | 180.59 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 30 | 204 | 0 | 0.87 | 0.13 | 0.08 | 308.82 | 0.83 | 0.52 |
| Hex | EA | 1E | CC | 0 | 57 | D | 8 | 135 | 53 | 34 |
| Octal | 352 | 36 | 314 | 0 | 127 | 15 | 10 | 465 | 123 | 64 |
| Binary | 11101010 | 11110 | 11001100 | 0 | 1010111 | 1101 | 1000 | 100110101 | 1010011 | 110100 |
Color Harmonies of #EA1ECC
Complementary color
Monochromatic Colors of #EA1ECC
Black with #EA1ECC
Text Example
Text Example
White with #EA1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1ECC; }
p { color: rgb(234,30,204); }
H1.HeaderClassName
{
color: #EA1ECC;
}
.AnyTagClassName
{
color: #EA1ECC;
}
</style>
background-color css
<style>
a { background-color: #EA1ECC; }
a { background-color: rgb(234,30,204); }
div.DivClassName
{
background-color: #EA1ECC;
}
.BgClassName
{
background-color: #EA1ECC;
}
</style>
border-color css
<style>
span { border-color: #EA1ECC; }
span { border-color: rgb(234,30,204); }
td.TdClassName
{
border-color: #EA1ECC;
}
.TagClassName
{
border-color: #EA1ECC;
}
</style>