Shades of Violet Red #EE4580
Tints of Violet Red #EE4580
RGB
CMYK
RGB Variations
Color information
#EE4580 (or 0xEE4580) is known color: Violet Red. HEX triplet: EE, 45 and 80. RGB value is (238,69,128). Sum of RGB (Red+Green+Blue) = 238+69+128=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4580 is #11BA7F. Grayscale: #7E7E7E. Windows color (decimal): -1161856 or 8406510. OLE color: 8406510.
HSL color Cylindrical-coordinate representation of color #EE4580: hue angle of 339.05º 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 #EE4580 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 128 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.07 |
| HSL | 339.05º | 0.83% | 0.6% | - |
| HSV(B) | 339.05º | 0.71% | 0.93% | - |
| XYZ | 41.28 | 23.99 | 22.88 | - |
| YUV | 126.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 128 | 0 | 0.71 | 0.46 | 0.07 | 339.05 | 0.83 | 0.6 |
| Hex | EE | 45 | 80 | 0 | 47 | 2E | 7 | 153 | 53 | 3C |
| Octal | 356 | 105 | 200 | 0 | 107 | 56 | 7 | 523 | 123 | 74 |
| Binary | 11101110 | 1000101 | 10000000 | 0 | 1000111 | 101110 | 111 | 101010011 | 1010011 | 111100 |
Color Harmonies of #EE4580
Complementary color
Monochromatic Colors of #EE4580
Black with #EE4580
Text Example
Text Example
White with #EE4580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4580; }
p { color: rgb(238,69,128); }
H1.HeaderClassName
{
color: #EE4580;
}
.AnyTagClassName
{
color: #EE4580;
}
</style>
background-color css
<style>
a { background-color: #EE4580; }
a { background-color: rgb(238,69,128); }
div.DivClassName
{
background-color: #EE4580;
}
.BgClassName
{
background-color: #EE4580;
}
</style>
border-color css
<style>
span { border-color: #EE4580; }
span { border-color: rgb(238,69,128); }
td.TdClassName
{
border-color: #EE4580;
}
.TagClassName
{
border-color: #EE4580;
}
</style>