Shades of Violet Red #EE469C
Tints of Violet Red #EE469C
RGB
CMYK
RGB Variations
Color information
#EE469C (or 0xEE469C) is known color: Violet Red. HEX triplet: EE, 46 and 9C. RGB value is (238,70,156). Sum of RGB (Red+Green+Blue) = 238+70+156=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE469C is #11B963. Grayscale: #818181. Windows color (decimal): -1161572 or 10241774. OLE color: 10241774.
HSL color Cylindrical-coordinate representation of color #EE469C: hue angle of 329.29º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE469C is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 156 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.07 |
| HSL | 329.29º | 0.83% | 0.6% | - |
| HSV(B) | 329.29º | 0.71% | 0.93% | - |
| XYZ | 43.45 | 24.96 | 33.98 | - |
| YUV | 130.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 156 | 0 | 0.71 | 0.34 | 0.07 | 329.29 | 0.83 | 0.6 |
| Hex | EE | 46 | 9C | 0 | 47 | 22 | 7 | 149 | 53 | 3C |
| Octal | 356 | 106 | 234 | 0 | 107 | 42 | 7 | 511 | 123 | 74 |
| Binary | 11101110 | 1000110 | 10011100 | 0 | 1000111 | 100010 | 111 | 101001001 | 1010011 | 111100 |
Color Harmonies of #EE469C
Complementary color
Monochromatic Colors of #EE469C
Black with #EE469C
Text Example
Text Example
White with #EE469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE469C; }
p { color: rgb(238,70,156); }
H1.HeaderClassName
{
color: #EE469C;
}
.AnyTagClassName
{
color: #EE469C;
}
</style>
background-color css
<style>
a { background-color: #EE469C; }
a { background-color: rgb(238,70,156); }
div.DivClassName
{
background-color: #EE469C;
}
.BgClassName
{
background-color: #EE469C;
}
</style>
border-color css
<style>
span { border-color: #EE469C; }
span { border-color: rgb(238,70,156); }
td.TdClassName
{
border-color: #EE469C;
}
.TagClassName
{
border-color: #EE469C;
}
</style>