Shades of Violet Red #EE438C
Tints of Violet Red #EE438C
RGB
CMYK
RGB Variations
Color information
#EE438C (or 0xEE438C) is known color: Violet Red. HEX triplet: EE, 43 and 8C. RGB value is (238,67,140). Sum of RGB (Red+Green+Blue) = 238+67+140=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE438C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE438C is #11BC73. Grayscale: #7E7E7E. Windows color (decimal): -1162356 or 9192430. OLE color: 9192430.
HSL color Cylindrical-coordinate representation of color #EE438C: hue angle of 334.39º 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 #EE438C is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 140 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.07 |
| HSL | 334.39º | 0.83% | 0.6% | - |
| HSV(B) | 334.39º | 0.72% | 0.93% | - |
| XYZ | 42 | 24.08 | 27.25 | - |
| YUV | 126.45 | 135.65 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 140 | 0 | 0.72 | 0.41 | 0.07 | 334.39 | 0.83 | 0.6 |
| Hex | EE | 43 | 8C | 0 | 48 | 29 | 7 | 14E | 53 | 3C |
| Octal | 356 | 103 | 214 | 0 | 110 | 51 | 7 | 516 | 123 | 74 |
| Binary | 11101110 | 1000011 | 10001100 | 0 | 1001000 | 101001 | 111 | 101001110 | 1010011 | 111100 |
Color Harmonies of #EE438C
Complementary color
Monochromatic Colors of #EE438C
Black with #EE438C
Text Example
Text Example
White with #EE438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE438C; }
p { color: rgb(238,67,140); }
H1.HeaderClassName
{
color: #EE438C;
}
.AnyTagClassName
{
color: #EE438C;
}
</style>
background-color css
<style>
a { background-color: #EE438C; }
a { background-color: rgb(238,67,140); }
div.DivClassName
{
background-color: #EE438C;
}
.BgClassName
{
background-color: #EE438C;
}
</style>
border-color css
<style>
span { border-color: #EE438C; }
span { border-color: rgb(238,67,140); }
td.TdClassName
{
border-color: #EE438C;
}
.TagClassName
{
border-color: #EE438C;
}
</style>