Shades of Violet #EE6FE4
Tints of Violet #EE6FE4
RGB
CMYK
RGB Variations
Color information
#EE6FE4 (or 0xEE6FE4) is known color: Violet. HEX triplet: EE, 6F and E4. RGB value is (238,111,228). Sum of RGB (Red+Green+Blue) = 238+111+228=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FE4 is #11901B. Grayscale: #A1A1A1. Windows color (decimal): -1151004 or 14970862. OLE color: 14970862.
HSL color Cylindrical-coordinate representation of color #EE6FE4: hue angle of 304.72º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6FE4 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 228 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.07 |
| HSL | 304.72º | 0.79% | 0.68% | - |
| HSV(B) | 304.72º | 0.53% | 0.93% | - |
| XYZ | 54.95 | 35.15 | 77.29 | - |
| YUV | 162.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 228 | 0 | 0.53 | 0.04 | 0.07 | 304.72 | 0.79 | 0.68 |
| Hex | EE | 6F | E4 | 0 | 35 | 4 | 7 | 131 | 4F | 44 |
| Octal | 356 | 157 | 344 | 0 | 65 | 4 | 7 | 461 | 117 | 104 |
| Binary | 11101110 | 1101111 | 11100100 | 0 | 110101 | 100 | 111 | 100110001 | 1001111 | 1000100 |
Color Harmonies of #EE6FE4
Complementary color
Monochromatic Colors of #EE6FE4
Black with #EE6FE4
Text Example
Text Example
White with #EE6FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6FE4; }
p { color: rgb(238,111,228); }
H1.HeaderClassName
{
color: #EE6FE4;
}
.AnyTagClassName
{
color: #EE6FE4;
}
</style>
background-color css
<style>
a { background-color: #EE6FE4; }
a { background-color: rgb(238,111,228); }
div.DivClassName
{
background-color: #EE6FE4;
}
.BgClassName
{
background-color: #EE6FE4;
}
</style>
border-color css
<style>
span { border-color: #EE6FE4; }
span { border-color: rgb(238,111,228); }
td.TdClassName
{
border-color: #EE6FE4;
}
.TagClassName
{
border-color: #EE6FE4;
}
</style>