Shades of Violet #EE7FED
Tints of Violet #EE7FED
RGB
CMYK
RGB Variations
Color information
#EE7FED (or 0xEE7FED) is known color: Violet. HEX triplet: EE, 7F and ED. RGB value is (238,127,237). Sum of RGB (Red+Green+Blue) = 238+127+237=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7FED is #118012. Grayscale: #ACACAC. Windows color (decimal): -1146899 or 15564782. OLE color: 15564782.
HSL color Cylindrical-coordinate representation of color #EE7FED: hue angle of 300.54º 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 #EE7FED is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 237 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.07 |
| HSL | 300.54º | 0.77% | 0.72% | - |
| HSV(B) | 300.54º | 0.47% | 0.93% | - |
| XYZ | 58.14 | 39.47 | 84.68 | - |
| YUV | 172.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 237 | 0 | 0.47 | 0.00 | 0.07 | 300.54 | 0.77 | 0.72 |
| Hex | EE | 7F | ED | 0 | 2F | 0 | 7 | 12D | 4D | 48 |
| Octal | 356 | 177 | 355 | 0 | 57 | 0 | 7 | 455 | 115 | 110 |
| Binary | 11101110 | 1111111 | 11101101 | 0 | 101111 | 0 | 111 | 100101101 | 1001101 | 1001000 |
Color Harmonies of #EE7FED
Complementary color
Monochromatic Colors of #EE7FED
Black with #EE7FED
Text Example
Text Example
White with #EE7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FED; }
p { color: rgb(238,127,237); }
H1.HeaderClassName
{
color: #EE7FED;
}
.AnyTagClassName
{
color: #EE7FED;
}
</style>
background-color css
<style>
a { background-color: #EE7FED; }
a { background-color: rgb(238,127,237); }
div.DivClassName
{
background-color: #EE7FED;
}
.BgClassName
{
background-color: #EE7FED;
}
</style>
border-color css
<style>
span { border-color: #EE7FED; }
span { border-color: rgb(238,127,237); }
td.TdClassName
{
border-color: #EE7FED;
}
.TagClassName
{
border-color: #EE7FED;
}
</style>