Shades of Shocking Pink #EA0CB3
Tints of Shocking Pink #EA0CB3
RGB
CMYK
RGB Variations
Color information
#EA0CB3 (or 0xEA0CB3) is known color: Shocking Pink. HEX triplet: EA, 0C and B3. RGB value is (234,12,179). Sum of RGB (Red+Green+Blue) = 234+12+179=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CB3 is #15F34C. Grayscale: #606060. Windows color (decimal): -1438541 or 11734250. OLE color: 11734250.
HSL color Cylindrical-coordinate representation of color #EA0CB3: hue angle of 314.86º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0CB3 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 179 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.08 |
| HSL | 314.86º | 0.9% | 0.48% | - |
| HSV(B) | 314.86º | 0.95% | 0.92% | - |
| XYZ | 42.2 | 21.01 | 44.48 | - |
| YUV | 97.42 | 174.05 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 179 | 0 | 0.95 | 0.24 | 0.08 | 314.86 | 0.9 | 0.48 |
| Hex | EA | C | B3 | 0 | 5F | 18 | 8 | 13B | 5A | 30 |
| Octal | 352 | 14 | 263 | 0 | 137 | 30 | 10 | 473 | 132 | 60 |
| Binary | 11101010 | 1100 | 10110011 | 0 | 1011111 | 11000 | 1000 | 100111011 | 1011010 | 110000 |
Color Harmonies of #EA0CB3
Complementary color
Monochromatic Colors of #EA0CB3
Black with #EA0CB3
Text Example
Text Example
White with #EA0CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CB3; }
p { color: rgb(234,12,179); }
H1.HeaderClassName
{
color: #EA0CB3;
}
.AnyTagClassName
{
color: #EA0CB3;
}
</style>
background-color css
<style>
a { background-color: #EA0CB3; }
a { background-color: rgb(234,12,179); }
div.DivClassName
{
background-color: #EA0CB3;
}
.BgClassName
{
background-color: #EA0CB3;
}
</style>
border-color css
<style>
span { border-color: #EA0CB3; }
span { border-color: rgb(234,12,179); }
td.TdClassName
{
border-color: #EA0CB3;
}
.TagClassName
{
border-color: #EA0CB3;
}
</style>