Shades of Violet Red #EE478F
Tints of Violet Red #EE478F
RGB
CMYK
RGB Variations
Color information
#EE478F (or 0xEE478F) is known color: Violet Red. HEX triplet: EE, 47 and 8F. RGB value is (238,71,143). Sum of RGB (Red+Green+Blue) = 238+71+143=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE478F is #11B870. Grayscale: #818181. Windows color (decimal): -1161329 or 9390062. OLE color: 9390062.
HSL color Cylindrical-coordinate representation of color #EE478F: hue angle of 334.13º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE478F is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 143 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.07 |
| HSL | 334.13º | 0.83% | 0.61% | - |
| HSV(B) | 334.13º | 0.7% | 0.93% | - |
| XYZ | 42.47 | 24.67 | 28.51 | - |
| YUV | 129.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 143 | 0 | 0.70 | 0.40 | 0.07 | 334.13 | 0.83 | 0.61 |
| Hex | EE | 47 | 8F | 0 | 46 | 28 | 7 | 14E | 53 | 3D |
| Octal | 356 | 107 | 217 | 0 | 106 | 50 | 7 | 516 | 123 | 75 |
| Binary | 11101110 | 1000111 | 10001111 | 0 | 1000110 | 101000 | 111 | 101001110 | 1010011 | 111101 |
Color Harmonies of #EE478F
Complementary color
Monochromatic Colors of #EE478F
Black with #EE478F
Text Example
Text Example
White with #EE478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE478F; }
p { color: rgb(238,71,143); }
H1.HeaderClassName
{
color: #EE478F;
}
.AnyTagClassName
{
color: #EE478F;
}
</style>
background-color css
<style>
a { background-color: #EE478F; }
a { background-color: rgb(238,71,143); }
div.DivClassName
{
background-color: #EE478F;
}
.BgClassName
{
background-color: #EE478F;
}
</style>
border-color css
<style>
span { border-color: #EE478F; }
span { border-color: rgb(238,71,143); }
td.TdClassName
{
border-color: #EE478F;
}
.TagClassName
{
border-color: #EE478F;
}
</style>