Shades of Violet #EE71E4
Tints of Violet #EE71E4
RGB
CMYK
RGB Variations
Color information
#EE71E4 (or 0xEE71E4) is known color: Violet. HEX triplet: EE, 71 and E4. RGB value is (238,113,228). Sum of RGB (Red+Green+Blue) = 238+113+228=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE71E4 is #118E1B. Grayscale: #A3A3A3. Windows color (decimal): -1150492 or 14971374. OLE color: 14971374.
HSL color Cylindrical-coordinate representation of color #EE71E4: hue angle of 304.8º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE71E4 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 228 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.07 |
| HSL | 304.8º | 0.79% | 0.69% | - |
| HSV(B) | 304.8º | 0.53% | 0.93% | - |
| XYZ | 55.17 | 35.59 | 77.36 | - |
| YUV | 163.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 228 | 0 | 0.53 | 0.04 | 0.07 | 304.8 | 0.79 | 0.69 |
| Hex | EE | 71 | E4 | 0 | 35 | 4 | 7 | 131 | 4F | 45 |
| Octal | 356 | 161 | 344 | 0 | 65 | 4 | 7 | 461 | 117 | 105 |
| Binary | 11101110 | 1110001 | 11100100 | 0 | 110101 | 100 | 111 | 100110001 | 1001111 | 1000101 |
Color Harmonies of #EE71E4
Complementary color
Monochromatic Colors of #EE71E4
Black with #EE71E4
Text Example
Text Example
White with #EE71E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE71E4; }
p { color: rgb(238,113,228); }
H1.HeaderClassName
{
color: #EE71E4;
}
.AnyTagClassName
{
color: #EE71E4;
}
</style>
background-color css
<style>
a { background-color: #EE71E4; }
a { background-color: rgb(238,113,228); }
div.DivClassName
{
background-color: #EE71E4;
}
.BgClassName
{
background-color: #EE71E4;
}
</style>
border-color css
<style>
span { border-color: #EE71E4; }
span { border-color: rgb(238,113,228); }
td.TdClassName
{
border-color: #EE71E4;
}
.TagClassName
{
border-color: #EE71E4;
}
</style>