Shades of Violet Red #EE447E
Tints of Violet Red #EE447E
RGB
CMYK
RGB Variations
Color information
#EE447E (or 0xEE447E) is known color: Violet Red. HEX triplet: EE, 44 and 7E. RGB value is (238,68,126). Sum of RGB (Red+Green+Blue) = 238+68+126=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE447E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE447E is #11BB81. Grayscale: #7D7D7D. Windows color (decimal): -1162114 or 8275182. OLE color: 8275182.
HSL color Cylindrical-coordinate representation of color #EE447E: hue angle of 339.53º 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 #EE447E is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 126 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.07 |
| HSL | 339.53º | 0.83% | 0.6% | - |
| HSV(B) | 339.53º | 0.71% | 0.93% | - |
| XYZ | 41.09 | 23.82 | 22.17 | - |
| YUV | 125.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 126 | 0 | 0.71 | 0.47 | 0.07 | 339.53 | 0.83 | 0.6 |
| Hex | EE | 44 | 7E | 0 | 47 | 2F | 7 | 154 | 53 | 3C |
| Octal | 356 | 104 | 176 | 0 | 107 | 57 | 7 | 524 | 123 | 74 |
| Binary | 11101110 | 1000100 | 1111110 | 0 | 1000111 | 101111 | 111 | 101010100 | 1010011 | 111100 |
Color Harmonies of #EE447E
Complementary color
Monochromatic Colors of #EE447E
Black with #EE447E
Text Example
Text Example
White with #EE447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE447E; }
p { color: rgb(238,68,126); }
H1.HeaderClassName
{
color: #EE447E;
}
.AnyTagClassName
{
color: #EE447E;
}
</style>
background-color css
<style>
a { background-color: #EE447E; }
a { background-color: rgb(238,68,126); }
div.DivClassName
{
background-color: #EE447E;
}
.BgClassName
{
background-color: #EE447E;
}
</style>
border-color css
<style>
span { border-color: #EE447E; }
span { border-color: rgb(238,68,126); }
td.TdClassName
{
border-color: #EE447E;
}
.TagClassName
{
border-color: #EE447E;
}
</style>