Shades of Violet Red #EE437D
Tints of Violet Red #EE437D
RGB
CMYK
RGB Variations
Color information
#EE437D (or 0xEE437D) is known color: Violet Red. HEX triplet: EE, 43 and 7D. RGB value is (238,67,125). Sum of RGB (Red+Green+Blue) = 238+67+125=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE437D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE437D is #11BC82. Grayscale: #7C7C7C. Windows color (decimal): -1162371 or 8209390. OLE color: 8209390.
HSL color Cylindrical-coordinate representation of color #EE437D: hue angle of 339.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 #EE437D is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 125 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.07 |
| HSL | 339.65º | 0.83% | 0.6% | - |
| HSV(B) | 339.65º | 0.72% | 0.93% | - |
| XYZ | 40.97 | 23.67 | 21.81 | - |
| YUV | 124.74 | 128.15 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 125 | 0 | 0.72 | 0.47 | 0.07 | 339.65 | 0.83 | 0.6 |
| Hex | EE | 43 | 7D | 0 | 48 | 2F | 7 | 154 | 53 | 3C |
| Octal | 356 | 103 | 175 | 0 | 110 | 57 | 7 | 524 | 123 | 74 |
| Binary | 11101110 | 1000011 | 1111101 | 0 | 1001000 | 101111 | 111 | 101010100 | 1010011 | 111100 |
Color Harmonies of #EE437D
Complementary color
Monochromatic Colors of #EE437D
Black with #EE437D
Text Example
Text Example
White with #EE437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE437D; }
p { color: rgb(238,67,125); }
H1.HeaderClassName
{
color: #EE437D;
}
.AnyTagClassName
{
color: #EE437D;
}
</style>
background-color css
<style>
a { background-color: #EE437D; }
a { background-color: rgb(238,67,125); }
div.DivClassName
{
background-color: #EE437D;
}
.BgClassName
{
background-color: #EE437D;
}
</style>
border-color css
<style>
span { border-color: #EE437D; }
span { border-color: rgb(238,67,125); }
td.TdClassName
{
border-color: #EE437D;
}
.TagClassName
{
border-color: #EE437D;
}
</style>