Shades of Violet #EE7FE6
Tints of Violet #EE7FE6
RGB
CMYK
RGB Variations
Color information
#EE7FE6 (or 0xEE7FE6) is known color: Violet. HEX triplet: EE, 7F and E6. RGB value is (238,127,230). Sum of RGB (Red+Green+Blue) = 238+127+230=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7FE6 is #118019. Grayscale: #ABABAB. Windows color (decimal): -1146906 or 15106030. OLE color: 15106030.
HSL color Cylindrical-coordinate representation of color #EE7FE6: hue angle of 304.32º 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 #EE7FE6 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 230 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.07 |
| HSL | 304.32º | 0.77% | 0.72% | - |
| HSV(B) | 304.32º | 0.47% | 0.93% | - |
| XYZ | 57.13 | 39.07 | 79.39 | - |
| YUV | 171.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 230 | 0 | 0.47 | 0.03 | 0.07 | 304.32 | 0.77 | 0.72 |
| Hex | EE | 7F | E6 | 0 | 2F | 3 | 7 | 130 | 4D | 48 |
| Octal | 356 | 177 | 346 | 0 | 57 | 3 | 7 | 460 | 115 | 110 |
| Binary | 11101110 | 1111111 | 11100110 | 0 | 101111 | 11 | 111 | 100110000 | 1001101 | 1001000 |
Color Harmonies of #EE7FE6
Complementary color
Monochromatic Colors of #EE7FE6
Black with #EE7FE6
Text Example
Text Example
White with #EE7FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FE6; }
p { color: rgb(238,127,230); }
H1.HeaderClassName
{
color: #EE7FE6;
}
.AnyTagClassName
{
color: #EE7FE6;
}
</style>
background-color css
<style>
a { background-color: #EE7FE6; }
a { background-color: rgb(238,127,230); }
div.DivClassName
{
background-color: #EE7FE6;
}
.BgClassName
{
background-color: #EE7FE6;
}
</style>
border-color css
<style>
span { border-color: #EE7FE6; }
span { border-color: rgb(238,127,230); }
td.TdClassName
{
border-color: #EE7FE6;
}
.TagClassName
{
border-color: #EE7FE6;
}
</style>