Shades of Pale Violet Red #EA6FA0
Tints of Pale Violet Red #EA6FA0
RGB
CMYK
RGB Variations
Color information
#EA6FA0 (or 0xEA6FA0) is known color: Pale Violet Red. HEX triplet: EA, 6F and A0. RGB value is (234,111,160). Sum of RGB (Red+Green+Blue) = 234+111+160=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6FA0 is #15905F. Grayscale: #999999. Windows color (decimal): -1413216 or 10514410. OLE color: 10514410.
HSL color Cylindrical-coordinate representation of color #EA6FA0: hue angle of 336.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FA0 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 160 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.08 |
| HSL | 336.1º | 0.75% | 0.68% | - |
| HSV(B) | 336.1º | 0.53% | 0.92% | - |
| XYZ | 45.96 | 31.4 | 36.9 | - |
| YUV | 153.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 160 | 0 | 0.53 | 0.32 | 0.08 | 336.1 | 0.75 | 0.68 |
| Hex | EA | 6F | A0 | 0 | 35 | 20 | 8 | 150 | 4B | 44 |
| Octal | 352 | 157 | 240 | 0 | 65 | 40 | 10 | 520 | 113 | 104 |
| Binary | 11101010 | 1101111 | 10100000 | 0 | 110101 | 100000 | 1000 | 101010000 | 1001011 | 1000100 |
Color Harmonies of #EA6FA0
Complementary color
Monochromatic Colors of #EA6FA0
Black with #EA6FA0
Text Example
Text Example
White with #EA6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6FA0; }
p { color: rgb(234,111,160); }
H1.HeaderClassName
{
color: #EA6FA0;
}
.AnyTagClassName
{
color: #EA6FA0;
}
</style>
background-color css
<style>
a { background-color: #EA6FA0; }
a { background-color: rgb(234,111,160); }
div.DivClassName
{
background-color: #EA6FA0;
}
.BgClassName
{
background-color: #EA6FA0;
}
</style>
border-color css
<style>
span { border-color: #EA6FA0; }
span { border-color: rgb(234,111,160); }
td.TdClassName
{
border-color: #EA6FA0;
}
.TagClassName
{
border-color: #EA6FA0;
}
</style>