Shades of Pale Violet Red #EA74A0
Tints of Pale Violet Red #EA74A0
RGB
CMYK
RGB Variations
Color information
#EA74A0 (or 0xEA74A0) is known color: Pale Violet Red. HEX triplet: EA, 74 and A0. RGB value is (234,116,160). Sum of RGB (Red+Green+Blue) = 234+116+160=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA74A0 is #158B5F. Grayscale: #9C9C9C. Windows color (decimal): -1411936 or 10515690. OLE color: 10515690.
HSL color Cylindrical-coordinate representation of color #EA74A0: hue angle of 337.63º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA74A0 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 160 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.08 |
| HSL | 337.63º | 0.74% | 0.69% | - |
| HSV(B) | 337.63º | 0.5% | 0.92% | - |
| XYZ | 46.52 | 32.52 | 37.08 | - |
| YUV | 156.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 160 | 0 | 0.50 | 0.32 | 0.08 | 337.63 | 0.74 | 0.69 |
| Hex | EA | 74 | A0 | 0 | 32 | 20 | 8 | 152 | 4A | 45 |
| Octal | 352 | 164 | 240 | 0 | 62 | 40 | 10 | 522 | 112 | 105 |
| Binary | 11101010 | 1110100 | 10100000 | 0 | 110010 | 100000 | 1000 | 101010010 | 1001010 | 1000101 |
Color Harmonies of #EA74A0
Complementary color
Monochromatic Colors of #EA74A0
Black with #EA74A0
Text Example
Text Example
White with #EA74A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74A0; }
p { color: rgb(234,116,160); }
H1.HeaderClassName
{
color: #EA74A0;
}
.AnyTagClassName
{
color: #EA74A0;
}
</style>
background-color css
<style>
a { background-color: #EA74A0; }
a { background-color: rgb(234,116,160); }
div.DivClassName
{
background-color: #EA74A0;
}
.BgClassName
{
background-color: #EA74A0;
}
</style>
border-color css
<style>
span { border-color: #EA74A0; }
span { border-color: rgb(234,116,160); }
td.TdClassName
{
border-color: #EA74A0;
}
.TagClassName
{
border-color: #EA74A0;
}
</style>