Shades of Violet #EE7EFC
Tints of Violet #EE7EFC
RGB
CMYK
RGB Variations
Color information
#EE7EFC (or 0xEE7EFC) is known color: Violet. HEX triplet: EE, 7E and FC. RGB value is (238,126,252). Sum of RGB (Red+Green+Blue) = 238+126+252=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 126 (49.61% from 255 or 20.45% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE7EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7EFC is #118103. Grayscale: #ADADAD. Windows color (decimal): -1147140 or 16547566. OLE color: 16547566.
HSL color Cylindrical-coordinate representation of color #EE7EFC: hue angle of 293.33º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7EFC is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 126 | 252 | - |
| CMYK | 0.06 | 0.5 | 0 | 0.01 |
| HSL | 293.33º | 0.95% | 0.74% | - |
| HSV(B) | 293.33º | 0.5% | 0.99% | - |
| XYZ | 60.29 | 40.13 | 96.66 | - |
| YUV | 173.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 252 | 0.06 | 0.5 | 0 | 0.01 | 293.33 | 0.95 | 0.74 |
| Hex | EE | 7E | FC | 6 | 32 | 0 | 1 | 125 | 5F | 4A |
| Octal | 356 | 176 | 374 | 6 | 62 | 0 | 1 | 445 | 137 | 112 |
| Binary | 11101110 | 1111110 | 11111100 | 110 | 110010 | 0 | 1 | 100100101 | 1011111 | 1001010 |
Color Harmonies of #EE7EFC
Complementary color
Monochromatic Colors of #EE7EFC
Black with #EE7EFC
Text Example
Text Example
White with #EE7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7EFC; }
p { color: rgb(238,126,252); }
H1.HeaderClassName
{
color: #EE7EFC;
}
.AnyTagClassName
{
color: #EE7EFC;
}
</style>
background-color css
<style>
a { background-color: #EE7EFC; }
a { background-color: rgb(238,126,252); }
div.DivClassName
{
background-color: #EE7EFC;
}
.BgClassName
{
background-color: #EE7EFC;
}
</style>
border-color css
<style>
span { border-color: #EE7EFC; }
span { border-color: rgb(238,126,252); }
td.TdClassName
{
border-color: #EE7EFC;
}
.TagClassName
{
border-color: #EE7EFC;
}
</style>