Shades of Pale Violet Red #EA719C
Tints of Pale Violet Red #EA719C
RGB
CMYK
RGB Variations
Color information
#EA719C (or 0xEA719C) is known color: Pale Violet Red. HEX triplet: EA, 71 and 9C. RGB value is (234,113,156). Sum of RGB (Red+Green+Blue) = 234+113+156=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA719C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA719C is #158E63. Grayscale: #9A9A9A. Windows color (decimal): -1412708 or 10252778. OLE color: 10252778.
HSL color Cylindrical-coordinate representation of color #EA719C: hue angle of 338.68º 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 #EA719C is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 156 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.08 |
| HSL | 338.68º | 0.74% | 0.68% | - |
| HSV(B) | 338.68º | 0.52% | 0.92% | - |
| XYZ | 45.84 | 31.7 | 35.16 | - |
| YUV | 154.08 | 129.09 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 156 | 0 | 0.52 | 0.33 | 0.08 | 338.68 | 0.74 | 0.68 |
| Hex | EA | 71 | 9C | 0 | 34 | 21 | 8 | 153 | 4A | 44 |
| Octal | 352 | 161 | 234 | 0 | 64 | 41 | 10 | 523 | 112 | 104 |
| Binary | 11101010 | 1110001 | 10011100 | 0 | 110100 | 100001 | 1000 | 101010011 | 1001010 | 1000100 |
Color Harmonies of #EA719C
Complementary color
Monochromatic Colors of #EA719C
Black with #EA719C
Text Example
Text Example
White with #EA719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA719C; }
p { color: rgb(234,113,156); }
H1.HeaderClassName
{
color: #EA719C;
}
.AnyTagClassName
{
color: #EA719C;
}
</style>
background-color css
<style>
a { background-color: #EA719C; }
a { background-color: rgb(234,113,156); }
div.DivClassName
{
background-color: #EA719C;
}
.BgClassName
{
background-color: #EA719C;
}
</style>
border-color css
<style>
span { border-color: #EA719C; }
span { border-color: rgb(234,113,156); }
td.TdClassName
{
border-color: #EA719C;
}
.TagClassName
{
border-color: #EA719C;
}
</style>