Shades of Violet #EE7CE6
Tints of Violet #EE7CE6
RGB
CMYK
RGB Variations
Color information
#EE7CE6 (or 0xEE7CE6) is known color: Violet. HEX triplet: EE, 7C and E6. RGB value is (238,124,230). Sum of RGB (Red+Green+Blue) = 238+124+230=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7CE6 is #118319. Grayscale: #A9A9A9. Windows color (decimal): -1147674 or 15105262. OLE color: 15105262.
HSL color Cylindrical-coordinate representation of color #EE7CE6: hue angle of 304.21º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7CE6 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 124 | 230 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.07 |
| HSL | 304.21º | 0.77% | 0.71% | - |
| HSV(B) | 304.21º | 0.48% | 0.93% | - |
| XYZ | 56.75 | 38.31 | 79.27 | - |
| YUV | 170.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 230 | 0 | 0.48 | 0.03 | 0.07 | 304.21 | 0.77 | 0.71 |
| Hex | EE | 7C | E6 | 0 | 30 | 3 | 7 | 130 | 4D | 47 |
| Octal | 356 | 174 | 346 | 0 | 60 | 3 | 7 | 460 | 115 | 107 |
| Binary | 11101110 | 1111100 | 11100110 | 0 | 110000 | 11 | 111 | 100110000 | 1001101 | 1000111 |
Color Harmonies of #EE7CE6
Complementary color
Monochromatic Colors of #EE7CE6
Black with #EE7CE6
Text Example
Text Example
White with #EE7CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7CE6; }
p { color: rgb(238,124,230); }
H1.HeaderClassName
{
color: #EE7CE6;
}
.AnyTagClassName
{
color: #EE7CE6;
}
</style>
background-color css
<style>
a { background-color: #EE7CE6; }
a { background-color: rgb(238,124,230); }
div.DivClassName
{
background-color: #EE7CE6;
}
.BgClassName
{
background-color: #EE7CE6;
}
</style>
border-color css
<style>
span { border-color: #EE7CE6; }
span { border-color: rgb(238,124,230); }
td.TdClassName
{
border-color: #EE7CE6;
}
.TagClassName
{
border-color: #EE7CE6;
}
</style>