Shades of Violet Red #EE3E8F
Tints of Violet Red #EE3E8F
RGB
CMYK
RGB Variations
Color information
#EE3E8F (or 0xEE3E8F) is known color: Violet Red. HEX triplet: EE, 3E and 8F. RGB value is (238,62,143). Sum of RGB (Red+Green+Blue) = 238+62+143=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3E8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3E8F is #11C170. Grayscale: #7B7B7B. Windows color (decimal): -1163633 or 9387758. OLE color: 9387758.
HSL color Cylindrical-coordinate representation of color #EE3E8F: hue angle of 332.39º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3E8F is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 62 | 143 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.07 |
| HSL | 332.39º | 0.84% | 0.59% | - |
| HSV(B) | 332.39º | 0.74% | 0.93% | - |
| XYZ | 41.94 | 23.61 | 28.33 | - |
| YUV | 123.86 | 138.81 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 62 | 143 | 0 | 0.74 | 0.40 | 0.07 | 332.39 | 0.84 | 0.59 |
| Hex | EE | 3E | 8F | 0 | 4A | 28 | 7 | 14C | 54 | 3B |
| Octal | 356 | 76 | 217 | 0 | 112 | 50 | 7 | 514 | 124 | 73 |
| Binary | 11101110 | 111110 | 10001111 | 0 | 1001010 | 101000 | 111 | 101001100 | 1010100 | 111011 |
Color Harmonies of #EE3E8F
Complementary color
Monochromatic Colors of #EE3E8F
Black with #EE3E8F
Text Example
Text Example
White with #EE3E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3E8F; }
p { color: rgb(238,62,143); }
H1.HeaderClassName
{
color: #EE3E8F;
}
.AnyTagClassName
{
color: #EE3E8F;
}
</style>
background-color css
<style>
a { background-color: #EE3E8F; }
a { background-color: rgb(238,62,143); }
div.DivClassName
{
background-color: #EE3E8F;
}
.BgClassName
{
background-color: #EE3E8F;
}
</style>
border-color css
<style>
span { border-color: #EE3E8F; }
span { border-color: rgb(238,62,143); }
td.TdClassName
{
border-color: #EE3E8F;
}
.TagClassName
{
border-color: #EE3E8F;
}
</style>