Shades of Violet Red #E9429C
Tints of Violet Red #E9429C
RGB
CMYK
RGB Variations
Color information
#E9429C (or 0xE9429C) is known color: Violet Red. HEX triplet: E9, 42 and 9C. RGB value is (233,66,156). Sum of RGB (Red+Green+Blue) = 233+66+156=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E9429C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9429C is #16BD63. Grayscale: #7D7D7D. Windows color (decimal): -1490276 or 10240745. OLE color: 10240745.
HSL color Cylindrical-coordinate representation of color #E9429C: hue angle of 327.66º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9429C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 156 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.09 |
| HSL | 327.66º | 0.79% | 0.59% | - |
| HSV(B) | 327.66º | 0.72% | 0.91% | - |
| XYZ | 41.55 | 23.62 | 33.82 | - |
| YUV | 126.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 156 | 0 | 0.72 | 0.33 | 0.09 | 327.66 | 0.79 | 0.59 |
| Hex | E9 | 42 | 9C | 0 | 48 | 21 | 9 | 148 | 4F | 3B |
| Octal | 351 | 102 | 234 | 0 | 110 | 41 | 11 | 510 | 117 | 73 |
| Binary | 11101001 | 1000010 | 10011100 | 0 | 1001000 | 100001 | 1001 | 101001000 | 1001111 | 111011 |
Color Harmonies of #E9429C
Complementary color
Monochromatic Colors of #E9429C
Black with #E9429C
Text Example
Text Example
White with #E9429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9429C; }
p { color: rgb(233,66,156); }
H1.HeaderClassName
{
color: #E9429C;
}
.AnyTagClassName
{
color: #E9429C;
}
</style>
background-color css
<style>
a { background-color: #E9429C; }
a { background-color: rgb(233,66,156); }
div.DivClassName
{
background-color: #E9429C;
}
.BgClassName
{
background-color: #E9429C;
}
</style>
border-color css
<style>
span { border-color: #E9429C; }
span { border-color: rgb(233,66,156); }
td.TdClassName
{
border-color: #E9429C;
}
.TagClassName
{
border-color: #E9429C;
}
</style>