Shades of Shocking Pink #EA01C0
Tints of Shocking Pink #EA01C0
RGB
CMYK
RGB Variations
Color information
#EA01C0 (or 0xEA01C0) is known color: Shocking Pink. HEX triplet: EA, 01 and C0. RGB value is (234,1,192). Sum of RGB (Red+Green+Blue) = 234+1+192=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01C0 is #15FE3F. Grayscale: #5B5B5B. Windows color (decimal): -1441344 or 12583402. OLE color: 12583402.
HSL color Cylindrical-coordinate representation of color #EA01C0: hue angle of 310.82º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA01C0 is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 192 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.08 |
| HSL | 310.82º | 0.99% | 0.46% | - |
| HSV(B) | 310.82º | 1% | 0.92% | - |
| XYZ | 43.46 | 21.32 | 51.69 | - |
| YUV | 92.44 | 184.19 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 192 | 0 | 1.00 | 0.18 | 0.08 | 310.82 | 0.99 | 0.46 |
| Hex | EA | 1 | C0 | 0 | 64 | 12 | 8 | 137 | 63 | 2E |
| Octal | 352 | 1 | 300 | 0 | 144 | 22 | 10 | 467 | 143 | 56 |
| Binary | 11101010 | 1 | 11000000 | 0 | 1100100 | 10010 | 1000 | 100110111 | 1100011 | 101110 |
Color Harmonies of #EA01C0
Complementary color
Monochromatic Colors of #EA01C0
Black with #EA01C0
Text Example
Text Example
White with #EA01C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01C0; }
p { color: rgb(234,1,192); }
H1.HeaderClassName
{
color: #EA01C0;
}
.AnyTagClassName
{
color: #EA01C0;
}
</style>
background-color css
<style>
a { background-color: #EA01C0; }
a { background-color: rgb(234,1,192); }
div.DivClassName
{
background-color: #EA01C0;
}
.BgClassName
{
background-color: #EA01C0;
}
</style>
border-color css
<style>
span { border-color: #EA01C0; }
span { border-color: rgb(234,1,192); }
td.TdClassName
{
border-color: #EA01C0;
}
.TagClassName
{
border-color: #EA01C0;
}
</style>