Shades of Violet Red #EE4380
Tints of Violet Red #EE4380
RGB
CMYK
RGB Variations
Color information
#EE4380 (or 0xEE4380) is known color: Violet Red. HEX triplet: EE, 43 and 80. RGB value is (238,67,128). Sum of RGB (Red+Green+Blue) = 238+67+128=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4380 is #11BC7F. Grayscale: #7D7D7D. Windows color (decimal): -1162368 or 8405998. OLE color: 8405998.
HSL color Cylindrical-coordinate representation of color #EE4380: hue angle of 338.6º 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 #EE4380 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 128 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.07 |
| HSL | 338.6º | 0.83% | 0.6% | - |
| HSV(B) | 338.6º | 0.72% | 0.93% | - |
| XYZ | 41.16 | 23.75 | 22.84 | - |
| YUV | 125.08 | 129.65 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 128 | 0 | 0.72 | 0.46 | 0.07 | 338.6 | 0.83 | 0.6 |
| Hex | EE | 43 | 80 | 0 | 48 | 2E | 7 | 153 | 53 | 3C |
| Octal | 356 | 103 | 200 | 0 | 110 | 56 | 7 | 523 | 123 | 74 |
| Binary | 11101110 | 1000011 | 10000000 | 0 | 1001000 | 101110 | 111 | 101010011 | 1010011 | 111100 |
Color Harmonies of #EE4380
Complementary color
Monochromatic Colors of #EE4380
Black with #EE4380
Text Example
Text Example
White with #EE4380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4380; }
p { color: rgb(238,67,128); }
H1.HeaderClassName
{
color: #EE4380;
}
.AnyTagClassName
{
color: #EE4380;
}
</style>
background-color css
<style>
a { background-color: #EE4380; }
a { background-color: rgb(238,67,128); }
div.DivClassName
{
background-color: #EE4380;
}
.BgClassName
{
background-color: #EE4380;
}
</style>
border-color css
<style>
span { border-color: #EE4380; }
span { border-color: rgb(238,67,128); }
td.TdClassName
{
border-color: #EE4380;
}
.TagClassName
{
border-color: #EE4380;
}
</style>