Shades of Violet Red #EE367A
Tints of Violet Red #EE367A
RGB
CMYK
RGB Variations
Color information
#EE367A (or 0xEE367A) is known color: Violet Red. HEX triplet: EE, 36 and 7A. RGB value is (238,54,122). Sum of RGB (Red+Green+Blue) = 238+54+122=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE367A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE367A is #11C985. Grayscale: #747474. Windows color (decimal): -1165702 or 8009454. OLE color: 8009454.
HSL color Cylindrical-coordinate representation of color #EE367A: hue angle of 337.83º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE367A is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 122 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.07 |
| HSL | 337.83º | 0.84% | 0.57% | - |
| HSV(B) | 337.83º | 0.77% | 0.93% | - |
| XYZ | 40.09 | 22.22 | 20.59 | - |
| YUV | 116.77 | 130.96 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 122 | 0 | 0.77 | 0.49 | 0.07 | 337.83 | 0.84 | 0.57 |
| Hex | EE | 36 | 7A | 0 | 4D | 31 | 7 | 152 | 54 | 39 |
| Octal | 356 | 66 | 172 | 0 | 115 | 61 | 7 | 522 | 124 | 71 |
| Binary | 11101110 | 110110 | 1111010 | 0 | 1001101 | 110001 | 111 | 101010010 | 1010100 | 111001 |
Color Harmonies of #EE367A
Complementary color
Monochromatic Colors of #EE367A
Black with #EE367A
Text Example
Text Example
White with #EE367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE367A; }
p { color: rgb(238,54,122); }
H1.HeaderClassName
{
color: #EE367A;
}
.AnyTagClassName
{
color: #EE367A;
}
</style>
background-color css
<style>
a { background-color: #EE367A; }
a { background-color: rgb(238,54,122); }
div.DivClassName
{
background-color: #EE367A;
}
.BgClassName
{
background-color: #EE367A;
}
</style>
border-color css
<style>
span { border-color: #EE367A; }
span { border-color: rgb(238,54,122); }
td.TdClassName
{
border-color: #EE367A;
}
.TagClassName
{
border-color: #EE367A;
}
</style>