Shades of Shocking Pink #EA01BC
Tints of Shocking Pink #EA01BC
RGB
CMYK
RGB Variations
Color information
#EA01BC (or 0xEA01BC) is known color: Shocking Pink. HEX triplet: EA, 01 and BC. RGB value is (234,1,188). Sum of RGB (Red+Green+Blue) = 234+1+188=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01BC is #15FE43. Grayscale: #5B5B5B. Windows color (decimal): -1441348 or 12321258. OLE color: 12321258.
HSL color Cylindrical-coordinate representation of color #EA01BC: hue angle of 311.85º 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 #EA01BC is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.20 | 0.08 |
| HSL | 311.85º | 0.99% | 0.46% | - |
| HSV(B) | 311.85º | 1% | 0.92% | - |
| XYZ | 43.02 | 21.14 | 49.39 | - |
| YUV | 91.99 | 182.19 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 188 | 0 | 1.00 | 0.20 | 0.08 | 311.85 | 0.99 | 0.46 |
| Hex | EA | 1 | BC | 0 | 64 | 14 | 8 | 138 | 63 | 2E |
| Octal | 352 | 1 | 274 | 0 | 144 | 24 | 10 | 470 | 143 | 56 |
| Binary | 11101010 | 1 | 10111100 | 0 | 1100100 | 10100 | 1000 | 100111000 | 1100011 | 101110 |
Color Harmonies of #EA01BC
Complementary color
Monochromatic Colors of #EA01BC
Black with #EA01BC
Text Example
Text Example
White with #EA01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01BC; }
p { color: rgb(234,1,188); }
H1.HeaderClassName
{
color: #EA01BC;
}
.AnyTagClassName
{
color: #EA01BC;
}
</style>
background-color css
<style>
a { background-color: #EA01BC; }
a { background-color: rgb(234,1,188); }
div.DivClassName
{
background-color: #EA01BC;
}
.BgClassName
{
background-color: #EA01BC;
}
</style>
border-color css
<style>
span { border-color: #EA01BC; }
span { border-color: rgb(234,1,188); }
td.TdClassName
{
border-color: #EA01BC;
}
.TagClassName
{
border-color: #EA01BC;
}
</style>