Shades of Violet #EE7DFE
Tints of Violet #EE7DFE
RGB
CMYK
RGB Variations
Color information
#EE7DFE (or 0xEE7DFE) is known color: Violet. HEX triplet: EE, 7D and FE. RGB value is (238,125,254). Sum of RGB (Red+Green+Blue) = 238+125+254=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 125 (49.22% from 255 or 20.26% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE7DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7DFE is #118201. Grayscale: #ADADAD. Windows color (decimal): -1147394 or 16678382. OLE color: 16678382.
HSL color Cylindrical-coordinate representation of color #EE7DFE: hue angle of 292.56º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7DFE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 125 | 254 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.00 |
| HSL | 292.56º | 0.98% | 0.74% | - |
| HSV(B) | 292.56º | 0.51% | 1% | - |
| XYZ | 60.48 | 40 | 98.3 | - |
| YUV | 173.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 254 | 0.06 | 0.51 | 0 | 0.00 | 292.56 | 0.98 | 0.74 |
| Hex | EE | 7D | FE | 6 | 33 | 0 | 0 | 125 | 62 | 4A |
| Octal | 356 | 175 | 376 | 6 | 63 | 0 | 0 | 445 | 142 | 112 |
| Binary | 11101110 | 1111101 | 11111110 | 110 | 110011 | 0 | 0 | 100100101 | 1100010 | 1001010 |
Color Harmonies of #EE7DFE
Complementary color
Monochromatic Colors of #EE7DFE
Black with #EE7DFE
Text Example
Text Example
White with #EE7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7DFE; }
p { color: rgb(238,125,254); }
H1.HeaderClassName
{
color: #EE7DFE;
}
.AnyTagClassName
{
color: #EE7DFE;
}
</style>
background-color css
<style>
a { background-color: #EE7DFE; }
a { background-color: rgb(238,125,254); }
div.DivClassName
{
background-color: #EE7DFE;
}
.BgClassName
{
background-color: #EE7DFE;
}
</style>
border-color css
<style>
span { border-color: #EE7DFE; }
span { border-color: rgb(238,125,254); }
td.TdClassName
{
border-color: #EE7DFE;
}
.TagClassName
{
border-color: #EE7DFE;
}
</style>