Shades of Shocking Pink #EA1FCC
Tints of Shocking Pink #EA1FCC
RGB
CMYK
RGB Variations
Color information
#EA1FCC (or 0xEA1FCC) is known color: Shocking Pink. HEX triplet: EA, 1F and CC. RGB value is (234,31,204). Sum of RGB (Red+Green+Blue) = 234+31+204=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1FCC is #15E033. Grayscale: #6E6E6E. Windows color (decimal): -1433652 or 13377514. OLE color: 13377514.
HSL color Cylindrical-coordinate representation of color #EA1FCC: hue angle of 308.87º 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 #EA1FCC is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 31 | 204 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.08 |
| HSL | 308.87º | 0.83% | 0.52% | - |
| HSV(B) | 308.87º | 0.87% | 0.92% | - |
| XYZ | 45.32 | 22.83 | 59.15 | - |
| YUV | 111.42 | 180.25 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 31 | 204 | 0 | 0.87 | 0.13 | 0.08 | 308.87 | 0.83 | 0.52 |
| Hex | EA | 1F | CC | 0 | 57 | D | 8 | 135 | 53 | 34 |
| Octal | 352 | 37 | 314 | 0 | 127 | 15 | 10 | 465 | 123 | 64 |
| Binary | 11101010 | 11111 | 11001100 | 0 | 1010111 | 1101 | 1000 | 100110101 | 1010011 | 110100 |
Color Harmonies of #EA1FCC
Complementary color
Monochromatic Colors of #EA1FCC
Black with #EA1FCC
Text Example
Text Example
White with #EA1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1FCC; }
p { color: rgb(234,31,204); }
H1.HeaderClassName
{
color: #EA1FCC;
}
.AnyTagClassName
{
color: #EA1FCC;
}
</style>
background-color css
<style>
a { background-color: #EA1FCC; }
a { background-color: rgb(234,31,204); }
div.DivClassName
{
background-color: #EA1FCC;
}
.BgClassName
{
background-color: #EA1FCC;
}
</style>
border-color css
<style>
span { border-color: #EA1FCC; }
span { border-color: rgb(234,31,204); }
td.TdClassName
{
border-color: #EA1FCC;
}
.TagClassName
{
border-color: #EA1FCC;
}
</style>