Shades of Pale Violet Red #E4699A
Tints of Pale Violet Red #E4699A
RGB
CMYK
RGB Variations
Color information
#E4699A (or 0xE4699A) is known color: Pale Violet Red. HEX triplet: E4, 69 and 9A. RGB value is (228,105,154). Sum of RGB (Red+Green+Blue) = 228+105+154=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E4699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4699A is #1B9665. Grayscale: #939393. Windows color (decimal): -1807974 or 10119652. OLE color: 10119652.
HSL color Cylindrical-coordinate representation of color #E4699A: hue angle of 336.1º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4699A is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 105 | 154 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.11 |
| HSL | 336.1º | 0.69% | 0.65% | - |
| HSV(B) | 336.1º | 0.54% | 0.89% | - |
| XYZ | 42.88 | 28.93 | 33.9 | - |
| YUV | 147.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 105 | 154 | 0 | 0.54 | 0.32 | 0.11 | 336.1 | 0.69 | 0.65 |
| Hex | E4 | 69 | 9A | 0 | 36 | 20 | B | 150 | 45 | 41 |
| Octal | 344 | 151 | 232 | 0 | 66 | 40 | 13 | 520 | 105 | 101 |
| Binary | 11100100 | 1101001 | 10011010 | 0 | 110110 | 100000 | 1011 | 101010000 | 1000101 | 1000001 |
Color Harmonies of #E4699A
Complementary color
Monochromatic Colors of #E4699A
Black with #E4699A
Text Example
Text Example
White with #E4699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4699A; }
p { color: rgb(228,105,154); }
H1.HeaderClassName
{
color: #E4699A;
}
.AnyTagClassName
{
color: #E4699A;
}
</style>
background-color css
<style>
a { background-color: #E4699A; }
a { background-color: rgb(228,105,154); }
div.DivClassName
{
background-color: #E4699A;
}
.BgClassName
{
background-color: #E4699A;
}
</style>
border-color css
<style>
span { border-color: #E4699A; }
span { border-color: rgb(228,105,154); }
td.TdClassName
{
border-color: #E4699A;
}
.TagClassName
{
border-color: #E4699A;
}
</style>