Shades of Deep Pink #EA158D
Tints of Deep Pink #EA158D
RGB
CMYK
RGB Variations
Color information
#EA158D (or 0xEA158D) is known color: Deep Pink. HEX triplet: EA, 15 and 8D. RGB value is (234,21,141). Sum of RGB (Red+Green+Blue) = 234+21+141=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA158D is #15EA72. Grayscale: #626262. Windows color (decimal): -1436275 or 9246186. OLE color: 9246186.
HSL color Cylindrical-coordinate representation of color #EA158D: hue angle of 326.2º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA158D is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 141 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.08 |
| HSL | 326.2º | 0.84% | 0.5% | - |
| HSV(B) | 326.2º | 0.91% | 0.92% | - |
| XYZ | 39.01 | 19.95 | 26.99 | - |
| YUV | 98.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 141 | 0 | 0.91 | 0.40 | 0.08 | 326.2 | 0.84 | 0.5 |
| Hex | EA | 15 | 8D | 0 | 5B | 28 | 8 | 146 | 54 | 32 |
| Octal | 352 | 25 | 215 | 0 | 133 | 50 | 10 | 506 | 124 | 62 |
| Binary | 11101010 | 10101 | 10001101 | 0 | 1011011 | 101000 | 1000 | 101000110 | 1010100 | 110010 |
Color Harmonies of #EA158D
Complementary color
Monochromatic Colors of #EA158D
Black with #EA158D
Text Example
Text Example
White with #EA158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA158D; }
p { color: rgb(234,21,141); }
H1.HeaderClassName
{
color: #EA158D;
}
.AnyTagClassName
{
color: #EA158D;
}
</style>
background-color css
<style>
a { background-color: #EA158D; }
a { background-color: rgb(234,21,141); }
div.DivClassName
{
background-color: #EA158D;
}
.BgClassName
{
background-color: #EA158D;
}
</style>
border-color css
<style>
span { border-color: #EA158D; }
span { border-color: rgb(234,21,141); }
td.TdClassName
{
border-color: #EA158D;
}
.TagClassName
{
border-color: #EA158D;
}
</style>