Shades of Pale Violet Red #EA699E
Tints of Pale Violet Red #EA699E
RGB
CMYK
RGB Variations
Color information
#EA699E (or 0xEA699E) is known color: Pale Violet Red. HEX triplet: EA, 69 and 9E. RGB value is (234,105,158). Sum of RGB (Red+Green+Blue) = 234+105+158=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA699E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA699E is #159661. Grayscale: #959595. Windows color (decimal): -1414754 or 10381802. OLE color: 10381802.
HSL color Cylindrical-coordinate representation of color #EA699E: hue angle of 335.35º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA699E is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 158 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.08 |
| HSL | 335.35º | 0.75% | 0.66% | - |
| HSV(B) | 335.35º | 0.55% | 0.92% | - |
| XYZ | 45.15 | 30.06 | 35.77 | - |
| YUV | 149.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 158 | 0 | 0.55 | 0.32 | 0.08 | 335.35 | 0.75 | 0.66 |
| Hex | EA | 69 | 9E | 0 | 37 | 20 | 8 | 14F | 4B | 42 |
| Octal | 352 | 151 | 236 | 0 | 67 | 40 | 10 | 517 | 113 | 102 |
| Binary | 11101010 | 1101001 | 10011110 | 0 | 110111 | 100000 | 1000 | 101001111 | 1001011 | 1000010 |
Color Harmonies of #EA699E
Complementary color
Monochromatic Colors of #EA699E
Black with #EA699E
Text Example
Text Example
White with #EA699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA699E; }
p { color: rgb(234,105,158); }
H1.HeaderClassName
{
color: #EA699E;
}
.AnyTagClassName
{
color: #EA699E;
}
</style>
background-color css
<style>
a { background-color: #EA699E; }
a { background-color: rgb(234,105,158); }
div.DivClassName
{
background-color: #EA699E;
}
.BgClassName
{
background-color: #EA699E;
}
</style>
border-color css
<style>
span { border-color: #EA699E; }
span { border-color: rgb(234,105,158); }
td.TdClassName
{
border-color: #EA699E;
}
.TagClassName
{
border-color: #EA699E;
}
</style>