Shades of Deep Pink #EA158B
Tints of Deep Pink #EA158B
RGB
CMYK
RGB Variations
Color information
#EA158B (or 0xEA158B) is known color: Deep Pink. HEX triplet: EA, 15 and 8B. RGB value is (234,21,139). Sum of RGB (Red+Green+Blue) = 234+21+139=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA158B is #15EA74. Grayscale: #616161. Windows color (decimal): -1436277 or 9115114. OLE color: 9115114.
HSL color Cylindrical-coordinate representation of color #EA158B: hue angle of 326.76º 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 #EA158B is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 139 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.08 |
| HSL | 326.76º | 0.84% | 0.5% | - |
| HSV(B) | 326.76º | 0.91% | 0.92% | - |
| XYZ | 38.86 | 19.89 | 26.22 | - |
| YUV | 98.14 | 151.07 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 139 | 0 | 0.91 | 0.41 | 0.08 | 326.76 | 0.84 | 0.5 |
| Hex | EA | 15 | 8B | 0 | 5B | 29 | 8 | 147 | 54 | 32 |
| Octal | 352 | 25 | 213 | 0 | 133 | 51 | 10 | 507 | 124 | 62 |
| Binary | 11101010 | 10101 | 10001011 | 0 | 1011011 | 101001 | 1000 | 101000111 | 1010100 | 110010 |
Color Harmonies of #EA158B
Complementary color
Monochromatic Colors of #EA158B
Black with #EA158B
Text Example
Text Example
White with #EA158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA158B; }
p { color: rgb(234,21,139); }
H1.HeaderClassName
{
color: #EA158B;
}
.AnyTagClassName
{
color: #EA158B;
}
</style>
background-color css
<style>
a { background-color: #EA158B; }
a { background-color: rgb(234,21,139); }
div.DivClassName
{
background-color: #EA158B;
}
.BgClassName
{
background-color: #EA158B;
}
</style>
border-color css
<style>
span { border-color: #EA158B; }
span { border-color: rgb(234,21,139); }
td.TdClassName
{
border-color: #EA158B;
}
.TagClassName
{
border-color: #EA158B;
}
</style>