Shades of Deep Pink #EA157E
Tints of Deep Pink #EA157E
RGB
CMYK
RGB Variations
Color information
#EA157E (or 0xEA157E) is known color: Deep Pink. HEX triplet: EA, 15 and 7E. RGB value is (234,21,126). Sum of RGB (Red+Green+Blue) = 234+21+126=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA157E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA157E is #15EA81. Grayscale: #606060. Windows color (decimal): -1436290 or 8263146. OLE color: 8263146.
HSL color Cylindrical-coordinate representation of color #EA157E: hue angle of 330.42º 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 #EA157E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 126 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.08 |
| HSL | 330.42º | 0.84% | 0.5% | - |
| HSV(B) | 330.42º | 0.91% | 0.92% | - |
| XYZ | 37.97 | 19.54 | 21.51 | - |
| YUV | 96.66 | 144.57 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 126 | 0 | 0.91 | 0.46 | 0.08 | 330.42 | 0.84 | 0.5 |
| Hex | EA | 15 | 7E | 0 | 5B | 2E | 8 | 14A | 54 | 32 |
| Octal | 352 | 25 | 176 | 0 | 133 | 56 | 10 | 512 | 124 | 62 |
| Binary | 11101010 | 10101 | 1111110 | 0 | 1011011 | 101110 | 1000 | 101001010 | 1010100 | 110010 |
Color Harmonies of #EA157E
Complementary color
Monochromatic Colors of #EA157E
Black with #EA157E
Text Example
Text Example
White with #EA157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA157E; }
p { color: rgb(234,21,126); }
H1.HeaderClassName
{
color: #EA157E;
}
.AnyTagClassName
{
color: #EA157E;
}
</style>
background-color css
<style>
a { background-color: #EA157E; }
a { background-color: rgb(234,21,126); }
div.DivClassName
{
background-color: #EA157E;
}
.BgClassName
{
background-color: #EA157E;
}
</style>
border-color css
<style>
span { border-color: #EA157E; }
span { border-color: rgb(234,21,126); }
td.TdClassName
{
border-color: #EA157E;
}
.TagClassName
{
border-color: #EA157E;
}
</style>