Shades of Deep Pink #EA148C
Tints of Deep Pink #EA148C
RGB
CMYK
RGB Variations
Color information
#EA148C (or 0xEA148C) is known color: Deep Pink. HEX triplet: EA, 14 and 8C. RGB value is (234,20,140). Sum of RGB (Red+Green+Blue) = 234+20+140=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA148C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA148C is #15EB73. Grayscale: #616161. Windows color (decimal): -1436532 or 9180394. OLE color: 9180394.
HSL color Cylindrical-coordinate representation of color #EA148C: hue angle of 326.36º 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 #EA148C is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 140 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.08 |
| HSL | 326.36º | 0.84% | 0.5% | - |
| HSV(B) | 326.36º | 0.91% | 0.92% | - |
| XYZ | 38.92 | 19.89 | 26.6 | - |
| YUV | 97.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 140 | 0 | 0.91 | 0.40 | 0.08 | 326.36 | 0.84 | 0.5 |
| Hex | EA | 14 | 8C | 0 | 5B | 28 | 8 | 146 | 54 | 32 |
| Octal | 352 | 24 | 214 | 0 | 133 | 50 | 10 | 506 | 124 | 62 |
| Binary | 11101010 | 10100 | 10001100 | 0 | 1011011 | 101000 | 1000 | 101000110 | 1010100 | 110010 |
Color Harmonies of #EA148C
Complementary color
Monochromatic Colors of #EA148C
Black with #EA148C
Text Example
Text Example
White with #EA148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA148C; }
p { color: rgb(234,20,140); }
H1.HeaderClassName
{
color: #EA148C;
}
.AnyTagClassName
{
color: #EA148C;
}
</style>
background-color css
<style>
a { background-color: #EA148C; }
a { background-color: rgb(234,20,140); }
div.DivClassName
{
background-color: #EA148C;
}
.BgClassName
{
background-color: #EA148C;
}
</style>
border-color css
<style>
span { border-color: #EA148C; }
span { border-color: rgb(234,20,140); }
td.TdClassName
{
border-color: #EA148C;
}
.TagClassName
{
border-color: #EA148C;
}
</style>