Shades of Pale Violet Red #EA719E
Tints of Pale Violet Red #EA719E
RGB
CMYK
RGB Variations
Color information
#EA719E (or 0xEA719E) is known color: Pale Violet Red. HEX triplet: EA, 71 and 9E. RGB value is (234,113,158). Sum of RGB (Red+Green+Blue) = 234+113+158=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA719E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA719E is #158E61. Grayscale: #9A9A9A. Windows color (decimal): -1412706 or 10383850. OLE color: 10383850.
HSL color Cylindrical-coordinate representation of color #EA719E: hue angle of 337.69º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA719E is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 158 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.08 |
| HSL | 337.69º | 0.74% | 0.68% | - |
| HSV(B) | 337.69º | 0.52% | 0.92% | - |
| XYZ | 46.01 | 31.77 | 36.06 | - |
| YUV | 154.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 158 | 0 | 0.52 | 0.32 | 0.08 | 337.69 | 0.74 | 0.68 |
| Hex | EA | 71 | 9E | 0 | 34 | 20 | 8 | 152 | 4A | 44 |
| Octal | 352 | 161 | 236 | 0 | 64 | 40 | 10 | 522 | 112 | 104 |
| Binary | 11101010 | 1110001 | 10011110 | 0 | 110100 | 100000 | 1000 | 101010010 | 1001010 | 1000100 |
Color Harmonies of #EA719E
Complementary color
Monochromatic Colors of #EA719E
Black with #EA719E
Text Example
Text Example
White with #EA719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA719E; }
p { color: rgb(234,113,158); }
H1.HeaderClassName
{
color: #EA719E;
}
.AnyTagClassName
{
color: #EA719E;
}
</style>
background-color css
<style>
a { background-color: #EA719E; }
a { background-color: rgb(234,113,158); }
div.DivClassName
{
background-color: #EA719E;
}
.BgClassName
{
background-color: #EA719E;
}
</style>
border-color css
<style>
span { border-color: #EA719E; }
span { border-color: rgb(234,113,158); }
td.TdClassName
{
border-color: #EA719E;
}
.TagClassName
{
border-color: #EA719E;
}
</style>