Shades of Shocking Pink #EA1ADB
Tints of Shocking Pink #EA1ADB
RGB
CMYK
RGB Variations
Color information
#EA1ADB (or 0xEA1ADB) is known color: Shocking Pink. HEX triplet: EA, 1A and DB. RGB value is (234,26,219). Sum of RGB (Red+Green+Blue) = 234+26+219=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1ADB is #15E524. Grayscale: #6D6D6D. Windows color (decimal): -1434917 or 14359274. OLE color: 14359274.
HSL color Cylindrical-coordinate representation of color #EA1ADB: hue angle of 304.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1ADB is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 219 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.08 |
| HSL | 304.33º | 0.83% | 0.51% | - |
| HSV(B) | 304.33º | 0.89% | 0.92% | - |
| XYZ | 47.09 | 23.35 | 69.04 | - |
| YUV | 110.19 | 189.41 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 219 | 0 | 0.89 | 0.06 | 0.08 | 304.33 | 0.83 | 0.51 |
| Hex | EA | 1A | DB | 0 | 59 | 6 | 8 | 130 | 53 | 33 |
| Octal | 352 | 32 | 333 | 0 | 131 | 6 | 10 | 460 | 123 | 63 |
| Binary | 11101010 | 11010 | 11011011 | 0 | 1011001 | 110 | 1000 | 100110000 | 1010011 | 110011 |
Color Harmonies of #EA1ADB
Complementary color
Monochromatic Colors of #EA1ADB
Black with #EA1ADB
Text Example
Text Example
White with #EA1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1ADB; }
p { color: rgb(234,26,219); }
H1.HeaderClassName
{
color: #EA1ADB;
}
.AnyTagClassName
{
color: #EA1ADB;
}
</style>
background-color css
<style>
a { background-color: #EA1ADB; }
a { background-color: rgb(234,26,219); }
div.DivClassName
{
background-color: #EA1ADB;
}
.BgClassName
{
background-color: #EA1ADB;
}
</style>
border-color css
<style>
span { border-color: #EA1ADB; }
span { border-color: rgb(234,26,219); }
td.TdClassName
{
border-color: #EA1ADB;
}
.TagClassName
{
border-color: #EA1ADB;
}
</style>