Shades of Shocking Pink #EA08C1
Tints of Shocking Pink #EA08C1
RGB
CMYK
RGB Variations
Color information
#EA08C1 (or 0xEA08C1) is known color: Shocking Pink. HEX triplet: EA, 08 and C1. RGB value is (234,8,193). Sum of RGB (Red+Green+Blue) = 234+8+193=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA08C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA08C1 is #15F73E. Grayscale: #606060. Windows color (decimal): -1439551 or 12650730. OLE color: 12650730.
HSL color Cylindrical-coordinate representation of color #EA08C1: hue angle of 310.88º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA08C1 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 193 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.08 |
| HSL | 310.88º | 0.93% | 0.47% | - |
| HSV(B) | 310.88º | 0.97% | 0.92% | - |
| XYZ | 43.64 | 21.52 | 52.3 | - |
| YUV | 96.66 | 182.37 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 193 | 0 | 0.97 | 0.18 | 0.08 | 310.88 | 0.93 | 0.47 |
| Hex | EA | 8 | C1 | 0 | 61 | 12 | 8 | 137 | 5D | 2F |
| Octal | 352 | 10 | 301 | 0 | 141 | 22 | 10 | 467 | 135 | 57 |
| Binary | 11101010 | 1000 | 11000001 | 0 | 1100001 | 10010 | 1000 | 100110111 | 1011101 | 101111 |
Color Harmonies of #EA08C1
Complementary color
Monochromatic Colors of #EA08C1
Black with #EA08C1
Text Example
Text Example
White with #EA08C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA08C1; }
p { color: rgb(234,8,193); }
H1.HeaderClassName
{
color: #EA08C1;
}
.AnyTagClassName
{
color: #EA08C1;
}
</style>
background-color css
<style>
a { background-color: #EA08C1; }
a { background-color: rgb(234,8,193); }
div.DivClassName
{
background-color: #EA08C1;
}
.BgClassName
{
background-color: #EA08C1;
}
</style>
border-color css
<style>
span { border-color: #EA08C1; }
span { border-color: rgb(234,8,193); }
td.TdClassName
{
border-color: #EA08C1;
}
.TagClassName
{
border-color: #EA08C1;
}
</style>