Shades of Violet Red #EE438D
Tints of Violet Red #EE438D
RGB
CMYK
RGB Variations
Color information
#EE438D (or 0xEE438D) is known color: Violet Red. HEX triplet: EE, 43 and 8D. RGB value is (238,67,141). Sum of RGB (Red+Green+Blue) = 238+67+141=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE438D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE438D is #11BC72. Grayscale: #7E7E7E. Windows color (decimal): -1162355 or 9257966. OLE color: 9257966.
HSL color Cylindrical-coordinate representation of color #EE438D: hue angle of 334.04º 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 #EE438D is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 141 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.07 |
| HSL | 334.04º | 0.83% | 0.6% | - |
| HSV(B) | 334.04º | 0.72% | 0.93% | - |
| XYZ | 42.07 | 24.11 | 27.64 | - |
| YUV | 126.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 141 | 0 | 0.72 | 0.41 | 0.07 | 334.04 | 0.83 | 0.6 |
| Hex | EE | 43 | 8D | 0 | 48 | 29 | 7 | 14E | 53 | 3C |
| Octal | 356 | 103 | 215 | 0 | 110 | 51 | 7 | 516 | 123 | 74 |
| Binary | 11101110 | 1000011 | 10001101 | 0 | 1001000 | 101001 | 111 | 101001110 | 1010011 | 111100 |
Color Harmonies of #EE438D
Complementary color
Monochromatic Colors of #EE438D
Black with #EE438D
Text Example
Text Example
White with #EE438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE438D; }
p { color: rgb(238,67,141); }
H1.HeaderClassName
{
color: #EE438D;
}
.AnyTagClassName
{
color: #EE438D;
}
</style>
background-color css
<style>
a { background-color: #EE438D; }
a { background-color: rgb(238,67,141); }
div.DivClassName
{
background-color: #EE438D;
}
.BgClassName
{
background-color: #EE438D;
}
</style>
border-color css
<style>
span { border-color: #EE438D; }
span { border-color: rgb(238,67,141); }
td.TdClassName
{
border-color: #EE438D;
}
.TagClassName
{
border-color: #EE438D;
}
</style>