Shades of Violet Red #EE4299
Tints of Violet Red #EE4299
RGB
CMYK
RGB Variations
Color information
#EE4299 (or 0xEE4299) is known color: Violet Red. HEX triplet: EE, 42 and 99. RGB value is (238,66,153). Sum of RGB (Red+Green+Blue) = 238+66+153=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4299 is #11BD66. Grayscale: #7F7F7F. Windows color (decimal): -1162599 or 10044142. OLE color: 10044142.
HSL color Cylindrical-coordinate representation of color #EE4299: hue angle of 329.65º 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 #EE4299 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 153 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.07 |
| HSL | 329.65º | 0.83% | 0.6% | - |
| HSV(B) | 329.65º | 0.72% | 0.93% | - |
| XYZ | 42.96 | 24.37 | 32.58 | - |
| YUV | 127.35 | 142.48 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 153 | 0 | 0.72 | 0.36 | 0.07 | 329.65 | 0.83 | 0.6 |
| Hex | EE | 42 | 99 | 0 | 48 | 24 | 7 | 14A | 53 | 3C |
| Octal | 356 | 102 | 231 | 0 | 110 | 44 | 7 | 512 | 123 | 74 |
| Binary | 11101110 | 1000010 | 10011001 | 0 | 1001000 | 100100 | 111 | 101001010 | 1010011 | 111100 |
Color Harmonies of #EE4299
Complementary color
Monochromatic Colors of #EE4299
Black with #EE4299
Text Example
Text Example
White with #EE4299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4299; }
p { color: rgb(238,66,153); }
H1.HeaderClassName
{
color: #EE4299;
}
.AnyTagClassName
{
color: #EE4299;
}
</style>
background-color css
<style>
a { background-color: #EE4299; }
a { background-color: rgb(238,66,153); }
div.DivClassName
{
background-color: #EE4299;
}
.BgClassName
{
background-color: #EE4299;
}
</style>
border-color css
<style>
span { border-color: #EE4299; }
span { border-color: rgb(238,66,153); }
td.TdClassName
{
border-color: #EE4299;
}
.TagClassName
{
border-color: #EE4299;
}
</style>