Shades of Violet Red #E9469D
Tints of Violet Red #E9469D
RGB
CMYK
RGB Variations
Color information
#E9469D (or 0xE9469D) is known color: Violet Red. HEX triplet: E9, 46 and 9D. RGB value is (233,70,157). Sum of RGB (Red+Green+Blue) = 233+70+157=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E9469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9469D is #16B962. Grayscale: #808080. Windows color (decimal): -1489251 or 10307305. OLE color: 10307305.
HSL color Cylindrical-coordinate representation of color #E9469D: hue angle of 327.98º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9469D is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 157 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.09 |
| HSL | 327.98º | 0.79% | 0.59% | - |
| HSV(B) | 327.98º | 0.7% | 0.91% | - |
| XYZ | 41.88 | 24.14 | 34.35 | - |
| YUV | 128.66 | 144 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 157 | 0 | 0.70 | 0.33 | 0.09 | 327.98 | 0.79 | 0.59 |
| Hex | E9 | 46 | 9D | 0 | 46 | 21 | 9 | 148 | 4F | 3B |
| Octal | 351 | 106 | 235 | 0 | 106 | 41 | 11 | 510 | 117 | 73 |
| Binary | 11101001 | 1000110 | 10011101 | 0 | 1000110 | 100001 | 1001 | 101001000 | 1001111 | 111011 |
Color Harmonies of #E9469D
Complementary color
Monochromatic Colors of #E9469D
Black with #E9469D
Text Example
Text Example
White with #E9469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9469D; }
p { color: rgb(233,70,157); }
H1.HeaderClassName
{
color: #E9469D;
}
.AnyTagClassName
{
color: #E9469D;
}
</style>
background-color css
<style>
a { background-color: #E9469D; }
a { background-color: rgb(233,70,157); }
div.DivClassName
{
background-color: #E9469D;
}
.BgClassName
{
background-color: #E9469D;
}
</style>
border-color css
<style>
span { border-color: #E9469D; }
span { border-color: rgb(233,70,157); }
td.TdClassName
{
border-color: #E9469D;
}
.TagClassName
{
border-color: #E9469D;
}
</style>