Shades of Shocking Pink #EA1DCB
Tints of Shocking Pink #EA1DCB
RGB
CMYK
RGB Variations
Color information
#EA1DCB (or 0xEA1DCB) is known color: Shocking Pink. HEX triplet: EA, 1D and CB. RGB value is (234,29,203). Sum of RGB (Red+Green+Blue) = 234+29+203=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1DCB is #15E234. Grayscale: #6D6D6D. Windows color (decimal): -1434165 or 13311466. OLE color: 13311466.
HSL color Cylindrical-coordinate representation of color #EA1DCB: hue angle of 309.07º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DCB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 203 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.08 |
| HSL | 309.07º | 0.83% | 0.52% | - |
| HSV(B) | 309.07º | 0.88% | 0.92% | - |
| XYZ | 45.15 | 22.68 | 58.5 | - |
| YUV | 110.13 | 180.42 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 203 | 0 | 0.88 | 0.13 | 0.08 | 309.07 | 0.83 | 0.52 |
| Hex | EA | 1D | CB | 0 | 58 | D | 8 | 135 | 53 | 34 |
| Octal | 352 | 35 | 313 | 0 | 130 | 15 | 10 | 465 | 123 | 64 |
| Binary | 11101010 | 11101 | 11001011 | 0 | 1011000 | 1101 | 1000 | 100110101 | 1010011 | 110100 |
Color Harmonies of #EA1DCB
Complementary color
Monochromatic Colors of #EA1DCB
Black with #EA1DCB
Text Example
Text Example
White with #EA1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DCB; }
p { color: rgb(234,29,203); }
H1.HeaderClassName
{
color: #EA1DCB;
}
.AnyTagClassName
{
color: #EA1DCB;
}
</style>
background-color css
<style>
a { background-color: #EA1DCB; }
a { background-color: rgb(234,29,203); }
div.DivClassName
{
background-color: #EA1DCB;
}
.BgClassName
{
background-color: #EA1DCB;
}
</style>
border-color css
<style>
span { border-color: #EA1DCB; }
span { border-color: rgb(234,29,203); }
td.TdClassName
{
border-color: #EA1DCB;
}
.TagClassName
{
border-color: #EA1DCB;
}
</style>