Shades of Violet #EE77E7
Tints of Violet #EE77E7
RGB
CMYK
RGB Variations
Color information
#EE77E7 (or 0xEE77E7) is known color: Violet. HEX triplet: EE, 77 and E7. RGB value is (238,119,231). Sum of RGB (Red+Green+Blue) = 238+119+231=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE77E7 is #118818. Grayscale: #A7A7A7. Windows color (decimal): -1148953 or 15169518. OLE color: 15169518.
HSL color Cylindrical-coordinate representation of color #EE77E7: hue angle of 303.53º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE77E7 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 231 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.07 |
| HSL | 303.53º | 0.78% | 0.7% | - |
| HSV(B) | 303.53º | 0.5% | 0.93% | - |
| XYZ | 56.28 | 37.14 | 79.8 | - |
| YUV | 167.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 231 | 0 | 0.50 | 0.03 | 0.07 | 303.53 | 0.78 | 0.7 |
| Hex | EE | 77 | E7 | 0 | 32 | 3 | 7 | 130 | 4E | 46 |
| Octal | 356 | 167 | 347 | 0 | 62 | 3 | 7 | 460 | 116 | 106 |
| Binary | 11101110 | 1110111 | 11100111 | 0 | 110010 | 11 | 111 | 100110000 | 1001110 | 1000110 |
Color Harmonies of #EE77E7
Complementary color
Monochromatic Colors of #EE77E7
Black with #EE77E7
Text Example
Text Example
White with #EE77E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE77E7; }
p { color: rgb(238,119,231); }
H1.HeaderClassName
{
color: #EE77E7;
}
.AnyTagClassName
{
color: #EE77E7;
}
</style>
background-color css
<style>
a { background-color: #EE77E7; }
a { background-color: rgb(238,119,231); }
div.DivClassName
{
background-color: #EE77E7;
}
.BgClassName
{
background-color: #EE77E7;
}
</style>
border-color css
<style>
span { border-color: #EE77E7; }
span { border-color: rgb(238,119,231); }
td.TdClassName
{
border-color: #EE77E7;
}
.TagClassName
{
border-color: #EE77E7;
}
</style>