Shades of Shocking Pink #EA1DB8
Tints of Shocking Pink #EA1DB8
RGB
CMYK
RGB Variations
Color information
#EA1DB8 (or 0xEA1DB8) is known color: Shocking Pink. HEX triplet: EA, 1D and B8. RGB value is (234,29,184). Sum of RGB (Red+Green+Blue) = 234+29+184=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1DB8 is #15E247. Grayscale: #6B6B6B. Windows color (decimal): -1434184 or 12066282. OLE color: 12066282.
HSL color Cylindrical-coordinate representation of color #EA1DB8: hue angle of 314.63º 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 #EA1DB8 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 184 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.08 |
| HSL | 314.63º | 0.83% | 0.52% | - |
| HSV(B) | 314.63º | 0.88% | 0.92% | - |
| XYZ | 43.02 | 21.83 | 47.29 | - |
| YUV | 107.97 | 170.92 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 184 | 0 | 0.88 | 0.21 | 0.08 | 314.63 | 0.83 | 0.52 |
| Hex | EA | 1D | B8 | 0 | 58 | 15 | 8 | 13B | 53 | 34 |
| Octal | 352 | 35 | 270 | 0 | 130 | 25 | 10 | 473 | 123 | 64 |
| Binary | 11101010 | 11101 | 10111000 | 0 | 1011000 | 10101 | 1000 | 100111011 | 1010011 | 110100 |
Color Harmonies of #EA1DB8
Complementary color
Monochromatic Colors of #EA1DB8
Black with #EA1DB8
Text Example
Text Example
White with #EA1DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DB8; }
p { color: rgb(234,29,184); }
H1.HeaderClassName
{
color: #EA1DB8;
}
.AnyTagClassName
{
color: #EA1DB8;
}
</style>
background-color css
<style>
a { background-color: #EA1DB8; }
a { background-color: rgb(234,29,184); }
div.DivClassName
{
background-color: #EA1DB8;
}
.BgClassName
{
background-color: #EA1DB8;
}
</style>
border-color css
<style>
span { border-color: #EA1DB8; }
span { border-color: rgb(234,29,184); }
td.TdClassName
{
border-color: #EA1DB8;
}
.TagClassName
{
border-color: #EA1DB8;
}
</style>