Shades of Shocking Pink #EA1BCB
Tints of Shocking Pink #EA1BCB
RGB
CMYK
RGB Variations
Color information
#EA1BCB (or 0xEA1BCB) is known color: Shocking Pink. HEX triplet: EA, 1B and CB. RGB value is (234,27,203). Sum of RGB (Red+Green+Blue) = 234+27+203=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1BCB is #15E434. Grayscale: #6C6C6C. Windows color (decimal): -1434677 or 13310954. OLE color: 13310954.
HSL color Cylindrical-coordinate representation of color #EA1BCB: hue angle of 308.99º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1BCB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 203 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.08 |
| HSL | 308.99º | 0.83% | 0.51% | - |
| HSV(B) | 308.99º | 0.88% | 0.92% | - |
| XYZ | 45.1 | 22.59 | 58.48 | - |
| YUV | 108.96 | 181.08 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 203 | 0 | 0.88 | 0.13 | 0.08 | 308.99 | 0.83 | 0.51 |
| Hex | EA | 1B | CB | 0 | 58 | D | 8 | 135 | 53 | 33 |
| Octal | 352 | 33 | 313 | 0 | 130 | 15 | 10 | 465 | 123 | 63 |
| Binary | 11101010 | 11011 | 11001011 | 0 | 1011000 | 1101 | 1000 | 100110101 | 1010011 | 110011 |
Color Harmonies of #EA1BCB
Complementary color
Monochromatic Colors of #EA1BCB
Black with #EA1BCB
Text Example
Text Example
White with #EA1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1BCB; }
p { color: rgb(234,27,203); }
H1.HeaderClassName
{
color: #EA1BCB;
}
.AnyTagClassName
{
color: #EA1BCB;
}
</style>
background-color css
<style>
a { background-color: #EA1BCB; }
a { background-color: rgb(234,27,203); }
div.DivClassName
{
background-color: #EA1BCB;
}
.BgClassName
{
background-color: #EA1BCB;
}
</style>
border-color css
<style>
span { border-color: #EA1BCB; }
span { border-color: rgb(234,27,203); }
td.TdClassName
{
border-color: #EA1BCB;
}
.TagClassName
{
border-color: #EA1BCB;
}
</style>