Shades of Pale Violet Red #EA6A9A
Tints of Pale Violet Red #EA6A9A
RGB
CMYK
RGB Variations
Color information
#EA6A9A (or 0xEA6A9A) is known color: Pale Violet Red. HEX triplet: EA, 6A and 9A. RGB value is (234,106,154). Sum of RGB (Red+Green+Blue) = 234+106+154=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6A9A is #159565. Grayscale: #959595. Windows color (decimal): -1414502 or 10119914. OLE color: 10119914.
HSL color Cylindrical-coordinate representation of color #EA6A9A: hue angle of 337.5º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6A9A is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 154 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.08 |
| HSL | 337.5º | 0.75% | 0.67% | - |
| HSV(B) | 337.5º | 0.55% | 0.92% | - |
| XYZ | 44.92 | 30.13 | 34.02 | - |
| YUV | 149.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 154 | 0 | 0.55 | 0.34 | 0.08 | 337.5 | 0.75 | 0.67 |
| Hex | EA | 6A | 9A | 0 | 37 | 22 | 8 | 152 | 4B | 43 |
| Octal | 352 | 152 | 232 | 0 | 67 | 42 | 10 | 522 | 113 | 103 |
| Binary | 11101010 | 1101010 | 10011010 | 0 | 110111 | 100010 | 1000 | 101010010 | 1001011 | 1000011 |
Color Harmonies of #EA6A9A
Complementary color
Monochromatic Colors of #EA6A9A
Black with #EA6A9A
Text Example
Text Example
White with #EA6A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6A9A; }
p { color: rgb(234,106,154); }
H1.HeaderClassName
{
color: #EA6A9A;
}
.AnyTagClassName
{
color: #EA6A9A;
}
</style>
background-color css
<style>
a { background-color: #EA6A9A; }
a { background-color: rgb(234,106,154); }
div.DivClassName
{
background-color: #EA6A9A;
}
.BgClassName
{
background-color: #EA6A9A;
}
</style>
border-color css
<style>
span { border-color: #EA6A9A; }
span { border-color: rgb(234,106,154); }
td.TdClassName
{
border-color: #EA6A9A;
}
.TagClassName
{
border-color: #EA6A9A;
}
</style>