Shades of Violet #EE74EA
Tints of Violet #EE74EA
RGB
CMYK
RGB Variations
Color information
#EE74EA (or 0xEE74EA) is known color: Violet. HEX triplet: EE, 74 and EA. RGB value is (238,116,234). Sum of RGB (Red+Green+Blue) = 238+116+234=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74EA is #118B15. Grayscale: #A5A5A5. Windows color (decimal): -1149718 or 15365358. OLE color: 15365358.
HSL color Cylindrical-coordinate representation of color #EE74EA: hue angle of 301.97º 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 #EE74EA is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 234 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.07 |
| HSL | 301.97º | 0.78% | 0.69% | - |
| HSV(B) | 301.97º | 0.51% | 0.93% | - |
| XYZ | 56.36 | 36.61 | 81.94 | - |
| YUV | 165.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 234 | 0 | 0.51 | 0.02 | 0.07 | 301.97 | 0.78 | 0.69 |
| Hex | EE | 74 | EA | 0 | 33 | 2 | 7 | 12E | 4E | 45 |
| Octal | 356 | 164 | 352 | 0 | 63 | 2 | 7 | 456 | 116 | 105 |
| Binary | 11101110 | 1110100 | 11101010 | 0 | 110011 | 10 | 111 | 100101110 | 1001110 | 1000101 |
Color Harmonies of #EE74EA
Complementary color
Monochromatic Colors of #EE74EA
Black with #EE74EA
Text Example
Text Example
White with #EE74EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE74EA; }
p { color: rgb(238,116,234); }
H1.HeaderClassName
{
color: #EE74EA;
}
.AnyTagClassName
{
color: #EE74EA;
}
</style>
background-color css
<style>
a { background-color: #EE74EA; }
a { background-color: rgb(238,116,234); }
div.DivClassName
{
background-color: #EE74EA;
}
.BgClassName
{
background-color: #EE74EA;
}
</style>
border-color css
<style>
span { border-color: #EE74EA; }
span { border-color: rgb(238,116,234); }
td.TdClassName
{
border-color: #EE74EA;
}
.TagClassName
{
border-color: #EE74EA;
}
</style>