Shades of Violet Red #EE429A
Tints of Violet Red #EE429A
RGB
CMYK
RGB Variations
Color information
#EE429A (or 0xEE429A) is known color: Violet Red. HEX triplet: EE, 42 and 9A. RGB value is (238,66,154). Sum of RGB (Red+Green+Blue) = 238+66+154=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE429A is #11BD65. Grayscale: #7F7F7F. Windows color (decimal): -1162598 or 10109678. OLE color: 10109678.
HSL color Cylindrical-coordinate representation of color #EE429A: hue angle of 329.3º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE429A is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 154 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.07 |
| HSL | 329.3º | 0.83% | 0.6% | - |
| HSV(B) | 329.3º | 0.72% | 0.93% | - |
| XYZ | 43.04 | 24.41 | 33.01 | - |
| YUV | 127.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 154 | 0 | 0.72 | 0.35 | 0.07 | 329.3 | 0.83 | 0.6 |
| Hex | EE | 42 | 9A | 0 | 48 | 23 | 7 | 149 | 53 | 3C |
| Octal | 356 | 102 | 232 | 0 | 110 | 43 | 7 | 511 | 123 | 74 |
| Binary | 11101110 | 1000010 | 10011010 | 0 | 1001000 | 100011 | 111 | 101001001 | 1010011 | 111100 |
Color Harmonies of #EE429A
Complementary color
Monochromatic Colors of #EE429A
Black with #EE429A
Text Example
Text Example
White with #EE429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE429A; }
p { color: rgb(238,66,154); }
H1.HeaderClassName
{
color: #EE429A;
}
.AnyTagClassName
{
color: #EE429A;
}
</style>
background-color css
<style>
a { background-color: #EE429A; }
a { background-color: rgb(238,66,154); }
div.DivClassName
{
background-color: #EE429A;
}
.BgClassName
{
background-color: #EE429A;
}
</style>
border-color css
<style>
span { border-color: #EE429A; }
span { border-color: rgb(238,66,154); }
td.TdClassName
{
border-color: #EE429A;
}
.TagClassName
{
border-color: #EE429A;
}
</style>