Shades of Violet #EE74EB
Tints of Violet #EE74EB
RGB
CMYK
RGB Variations
Color information
#EE74EB (or 0xEE74EB) is known color: Violet. HEX triplet: EE, 74 and EB. RGB value is (238,116,235). Sum of RGB (Red+Green+Blue) = 238+116+235=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74EB is #118B14. Grayscale: #A5A5A5. Windows color (decimal): -1149717 or 15430894. OLE color: 15430894.
HSL color Cylindrical-coordinate representation of color #EE74EB: hue angle of 301.48º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE74EB is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 235 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.07 |
| HSL | 301.48º | 0.78% | 0.69% | - |
| HSV(B) | 301.48º | 0.51% | 0.93% | - |
| XYZ | 56.5 | 36.67 | 82.7 | - |
| YUV | 166.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 235 | 0 | 0.51 | 0.01 | 0.07 | 301.48 | 0.78 | 0.69 |
| Hex | EE | 74 | EB | 0 | 33 | 1 | 7 | 12D | 4E | 45 |
| Octal | 356 | 164 | 353 | 0 | 63 | 1 | 7 | 455 | 116 | 105 |
| Binary | 11101110 | 1110100 | 11101011 | 0 | 110011 | 1 | 111 | 100101101 | 1001110 | 1000101 |
Color Harmonies of #EE74EB
Complementary color
Monochromatic Colors of #EE74EB
Black with #EE74EB
Text Example
Text Example
White with #EE74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE74EB; }
p { color: rgb(238,116,235); }
H1.HeaderClassName
{
color: #EE74EB;
}
.AnyTagClassName
{
color: #EE74EB;
}
</style>
background-color css
<style>
a { background-color: #EE74EB; }
a { background-color: rgb(238,116,235); }
div.DivClassName
{
background-color: #EE74EB;
}
.BgClassName
{
background-color: #EE74EB;
}
</style>
border-color css
<style>
span { border-color: #EE74EB; }
span { border-color: rgb(238,116,235); }
td.TdClassName
{
border-color: #EE74EB;
}
.TagClassName
{
border-color: #EE74EB;
}
</style>