Shades of Pale Violet Red #EA6F9A
Tints of Pale Violet Red #EA6F9A
RGB
CMYK
RGB Variations
Color information
#EA6F9A (or 0xEA6F9A) is known color: Pale Violet Red. HEX triplet: EA, 6F and 9A. RGB value is (234,111,154). Sum of RGB (Red+Green+Blue) = 234+111+154=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6F9A is #159065. Grayscale: #989898. Windows color (decimal): -1413222 or 10121194. OLE color: 10121194.
HSL color Cylindrical-coordinate representation of color #EA6F9A: hue angle of 339.02º 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 #EA6F9A is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 154 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.08 |
| HSL | 339.02º | 0.75% | 0.68% | - |
| HSV(B) | 339.02º | 0.53% | 0.92% | - |
| XYZ | 45.45 | 31.19 | 34.2 | - |
| YUV | 152.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 154 | 0 | 0.53 | 0.34 | 0.08 | 339.02 | 0.75 | 0.68 |
| Hex | EA | 6F | 9A | 0 | 35 | 22 | 8 | 153 | 4B | 44 |
| Octal | 352 | 157 | 232 | 0 | 65 | 42 | 10 | 523 | 113 | 104 |
| Binary | 11101010 | 1101111 | 10011010 | 0 | 110101 | 100010 | 1000 | 101010011 | 1001011 | 1000100 |
Color Harmonies of #EA6F9A
Complementary color
Monochromatic Colors of #EA6F9A
Black with #EA6F9A
Text Example
Text Example
White with #EA6F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6F9A; }
p { color: rgb(234,111,154); }
H1.HeaderClassName
{
color: #EA6F9A;
}
.AnyTagClassName
{
color: #EA6F9A;
}
</style>
background-color css
<style>
a { background-color: #EA6F9A; }
a { background-color: rgb(234,111,154); }
div.DivClassName
{
background-color: #EA6F9A;
}
.BgClassName
{
background-color: #EA6F9A;
}
</style>
border-color css
<style>
span { border-color: #EA6F9A; }
span { border-color: rgb(234,111,154); }
td.TdClassName
{
border-color: #EA6F9A;
}
.TagClassName
{
border-color: #EA6F9A;
}
</style>