Shades of Violet #EE6FE5
Tints of Violet #EE6FE5
RGB
CMYK
RGB Variations
Color information
#EE6FE5 (or 0xEE6FE5) is known color: Violet. HEX triplet: EE, 6F and E5. RGB value is (238,111,229). Sum of RGB (Red+Green+Blue) = 238+111+229=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FE5 is #11901A. Grayscale: #A2A2A2. Windows color (decimal): -1151003 or 15036398. OLE color: 15036398.
HSL color Cylindrical-coordinate representation of color #EE6FE5: hue angle of 304.25º 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 #EE6FE5 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 229 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.07 |
| HSL | 304.25º | 0.79% | 0.68% | - |
| HSV(B) | 304.25º | 0.53% | 0.93% | - |
| XYZ | 55.09 | 35.2 | 78.02 | - |
| YUV | 162.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 229 | 0 | 0.53 | 0.04 | 0.07 | 304.25 | 0.79 | 0.68 |
| Hex | EE | 6F | E5 | 0 | 35 | 4 | 7 | 130 | 4F | 44 |
| Octal | 356 | 157 | 345 | 0 | 65 | 4 | 7 | 460 | 117 | 104 |
| Binary | 11101110 | 1101111 | 11100101 | 0 | 110101 | 100 | 111 | 100110000 | 1001111 | 1000100 |
Color Harmonies of #EE6FE5
Complementary color
Monochromatic Colors of #EE6FE5
Black with #EE6FE5
Text Example
Text Example
White with #EE6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6FE5; }
p { color: rgb(238,111,229); }
H1.HeaderClassName
{
color: #EE6FE5;
}
.AnyTagClassName
{
color: #EE6FE5;
}
</style>
background-color css
<style>
a { background-color: #EE6FE5; }
a { background-color: rgb(238,111,229); }
div.DivClassName
{
background-color: #EE6FE5;
}
.BgClassName
{
background-color: #EE6FE5;
}
</style>
border-color css
<style>
span { border-color: #EE6FE5; }
span { border-color: rgb(238,111,229); }
td.TdClassName
{
border-color: #EE6FE5;
}
.TagClassName
{
border-color: #EE6FE5;
}
</style>