Shades of Violet #EE7FE4
Tints of Violet #EE7FE4
RGB
CMYK
RGB Variations
Color information
#EE7FE4 (or 0xEE7FE4) is known color: Violet. HEX triplet: EE, 7F and E4. RGB value is (238,127,228). Sum of RGB (Red+Green+Blue) = 238+127+228=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FE4 is #11801B. Grayscale: #ABABAB. Windows color (decimal): -1146908 or 14974958. OLE color: 14974958.
HSL color Cylindrical-coordinate representation of color #EE7FE4: hue angle of 305.41º 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 #EE7FE4 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 228 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.07 |
| HSL | 305.41º | 0.77% | 0.72% | - |
| HSV(B) | 305.41º | 0.47% | 0.93% | - |
| XYZ | 56.85 | 38.96 | 77.92 | - |
| YUV | 171.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 228 | 0 | 0.47 | 0.04 | 0.07 | 305.41 | 0.77 | 0.72 |
| Hex | EE | 7F | E4 | 0 | 2F | 4 | 7 | 131 | 4D | 48 |
| Octal | 356 | 177 | 344 | 0 | 57 | 4 | 7 | 461 | 115 | 110 |
| Binary | 11101110 | 1111111 | 11100100 | 0 | 101111 | 100 | 111 | 100110001 | 1001101 | 1001000 |
Color Harmonies of #EE7FE4
Complementary color
Monochromatic Colors of #EE7FE4
Black with #EE7FE4
Text Example
Text Example
White with #EE7FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FE4; }
p { color: rgb(238,127,228); }
H1.HeaderClassName
{
color: #EE7FE4;
}
.AnyTagClassName
{
color: #EE7FE4;
}
</style>
background-color css
<style>
a { background-color: #EE7FE4; }
a { background-color: rgb(238,127,228); }
div.DivClassName
{
background-color: #EE7FE4;
}
.BgClassName
{
background-color: #EE7FE4;
}
</style>
border-color css
<style>
span { border-color: #EE7FE4; }
span { border-color: rgb(238,127,228); }
td.TdClassName
{
border-color: #EE7FE4;
}
.TagClassName
{
border-color: #EE7FE4;
}
</style>