Shades of Violet #EE7DEE
Tints of Violet #EE7DEE
RGB
CMYK
RGB Variations
Color information
#EE7DEE (or 0xEE7DEE) is known color: Violet. HEX triplet: EE, 7D and EE. RGB value is (238,125,238). Sum of RGB (Red+Green+Blue) = 238+125+238=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE7DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7DEE is #118211. Grayscale: #ABABAB. Windows color (decimal): -1147410 or 15629806. OLE color: 15629806.
HSL color Cylindrical-coordinate representation of color #EE7DEE: hue angle of 300º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7DEE is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 125 | 238 | - |
CMYK | 0 | 0.47 | 0 | 0.07 |
HSL | 300º | 0.77% | 0.71% | - |
HSV(B) | 300º | 0.47% | 0.93% | - |
XYZ | 58.03 | 39.02 | 85.36 | - |
YUV | 171.67 | 165.44 | 175.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 125 | 238 | 0 | 0.47 | 0 | 0.07 | 300 | 0.77 | 0.71 |
Hex | EE | 7D | EE | 0 | 2F | 0 | 7 | 12C | 4D | 47 |
Octal | 356 | 175 | 356 | 0 | 57 | 0 | 7 | 454 | 115 | 107 |
Binary | 11101110 | 1111101 | 11101110 | 0 | 101111 | 0 | 111 | 100101100 | 1001101 | 1000111 |
Color Harmonies of #EE7DEE
Complementary color
Monochromatic Colors of #EE7DEE
Black with #EE7DEE
Text Example
Text Example
White with #EE7DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7DEE; }
p { color: rgb(238,125,238); }
H1.HeaderClassName
{
color: #EE7DEE;
}
.AnyTagClassName
{
color: #EE7DEE;
}
</style>
background-color css
<style>
a { background-color: #EE7DEE; }
a { background-color: rgb(238,125,238); }
div.DivClassName
{
background-color: #EE7DEE;
}
.BgClassName
{
background-color: #EE7DEE;
}
</style>
border-color css
<style>
span { border-color: #EE7DEE; }
span { border-color: rgb(238,125,238); }
td.TdClassName
{
border-color: #EE7DEE;
}
.TagClassName
{
border-color: #EE7DEE;
}
</style>