Shades of Deep Pink #EA147D
Tints of Deep Pink #EA147D
RGB
CMYK
RGB Variations
Color information
#EA147D (or 0xEA147D) is known color: Deep Pink. HEX triplet: EA, 14 and 7D. RGB value is (234,20,125). Sum of RGB (Red+Green+Blue) = 234+20+125=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA147D is #15EB82. Grayscale: #5F5F5F. Windows color (decimal): -1436547 or 8197354. OLE color: 8197354.
HSL color Cylindrical-coordinate representation of color #EA147D: hue angle of 330.56º 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 #EA147D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 125 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.08 |
| HSL | 330.56º | 0.84% | 0.5% | - |
| HSV(B) | 330.56º | 0.91% | 0.92% | - |
| XYZ | 37.88 | 19.47 | 21.16 | - |
| YUV | 95.96 | 144.4 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 125 | 0 | 0.91 | 0.47 | 0.08 | 330.56 | 0.84 | 0.5 |
| Hex | EA | 14 | 7D | 0 | 5B | 2F | 8 | 14B | 54 | 32 |
| Octal | 352 | 24 | 175 | 0 | 133 | 57 | 10 | 513 | 124 | 62 |
| Binary | 11101010 | 10100 | 1111101 | 0 | 1011011 | 101111 | 1000 | 101001011 | 1010100 | 110010 |
Color Harmonies of #EA147D
Complementary color
Monochromatic Colors of #EA147D
Black with #EA147D
Text Example
Text Example
White with #EA147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA147D; }
p { color: rgb(234,20,125); }
H1.HeaderClassName
{
color: #EA147D;
}
.AnyTagClassName
{
color: #EA147D;
}
</style>
background-color css
<style>
a { background-color: #EA147D; }
a { background-color: rgb(234,20,125); }
div.DivClassName
{
background-color: #EA147D;
}
.BgClassName
{
background-color: #EA147D;
}
</style>
border-color css
<style>
span { border-color: #EA147D; }
span { border-color: rgb(234,20,125); }
td.TdClassName
{
border-color: #EA147D;
}
.TagClassName
{
border-color: #EA147D;
}
</style>