Shades of Violet #EE7FEE
Tints of Violet #EE7FEE
RGB
CMYK
RGB Variations
Color information
#EE7FEE (or 0xEE7FEE) is known color: Violet. HEX triplet: EE, 7F and EE. RGB value is (238,127,238). Sum of RGB (Red+Green+Blue) = 238+127+238=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE7FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7FEE is #118011. Grayscale: #ACACAC. Windows color (decimal): -1146898 or 15630318. OLE color: 15630318.
HSL color Cylindrical-coordinate representation of color #EE7FEE: hue angle of 300º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FEE is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 238 | - |
| CMYK | 0 | 0.47 | 0 | 0.07 |
| HSL | 300º | 0.77% | 0.72% | - |
| HSV(B) | 300º | 0.47% | 0.93% | - |
| XYZ | 58.28 | 39.53 | 85.45 | - |
| YUV | 172.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 238 | 0 | 0.47 | 0 | 0.07 | 300 | 0.77 | 0.72 |
| Hex | EE | 7F | EE | 0 | 2F | 0 | 7 | 12C | 4D | 48 |
| Octal | 356 | 177 | 356 | 0 | 57 | 0 | 7 | 454 | 115 | 110 |
| Binary | 11101110 | 1111111 | 11101110 | 0 | 101111 | 0 | 111 | 100101100 | 1001101 | 1001000 |
Color Harmonies of #EE7FEE
Complementary color
Monochromatic Colors of #EE7FEE
Black with #EE7FEE
Text Example
Text Example
White with #EE7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FEE; }
p { color: rgb(238,127,238); }
H1.HeaderClassName
{
color: #EE7FEE;
}
.AnyTagClassName
{
color: #EE7FEE;
}
</style>
background-color css
<style>
a { background-color: #EE7FEE; }
a { background-color: rgb(238,127,238); }
div.DivClassName
{
background-color: #EE7FEE;
}
.BgClassName
{
background-color: #EE7FEE;
}
</style>
border-color css
<style>
span { border-color: #EE7FEE; }
span { border-color: rgb(238,127,238); }
td.TdClassName
{
border-color: #EE7FEE;
}
.TagClassName
{
border-color: #EE7FEE;
}
</style>