Shades of Violet #EE74ED
Tints of Violet #EE74ED
RGB
CMYK
RGB Variations
Color information
#EE74ED (or 0xEE74ED) is known color: Violet. HEX triplet: EE, 74 and ED. RGB value is (238,116,237). Sum of RGB (Red+Green+Blue) = 238+116+237=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74ED is #118B12. Grayscale: #A5A5A5. Windows color (decimal): -1149715 or 15561966. OLE color: 15561966.
HSL color Cylindrical-coordinate representation of color #EE74ED: hue angle of 300.49º 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 #EE74ED is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 237 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.07 |
| HSL | 300.49º | 0.78% | 0.69% | - |
| HSV(B) | 300.49º | 0.51% | 0.93% | - |
| XYZ | 56.79 | 36.78 | 84.23 | - |
| YUV | 166.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 237 | 0 | 0.51 | 0.00 | 0.07 | 300.49 | 0.78 | 0.69 |
| Hex | EE | 74 | ED | 0 | 33 | 0 | 7 | 12C | 4E | 45 |
| Octal | 356 | 164 | 355 | 0 | 63 | 0 | 7 | 454 | 116 | 105 |
| Binary | 11101110 | 1110100 | 11101101 | 0 | 110011 | 0 | 111 | 100101100 | 1001110 | 1000101 |
Color Harmonies of #EE74ED
Complementary color
Monochromatic Colors of #EE74ED
Black with #EE74ED
Text Example
Text Example
White with #EE74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE74ED; }
p { color: rgb(238,116,237); }
H1.HeaderClassName
{
color: #EE74ED;
}
.AnyTagClassName
{
color: #EE74ED;
}
</style>
background-color css
<style>
a { background-color: #EE74ED; }
a { background-color: rgb(238,116,237); }
div.DivClassName
{
background-color: #EE74ED;
}
.BgClassName
{
background-color: #EE74ED;
}
</style>
border-color css
<style>
span { border-color: #EE74ED; }
span { border-color: rgb(238,116,237); }
td.TdClassName
{
border-color: #EE74ED;
}
.TagClassName
{
border-color: #EE74ED;
}
</style>