Shades of Violet #EE8DF4
Tints of Violet #EE8DF4
RGB
CMYK
RGB Variations
Color information
#EE8DF4 (or 0xEE8DF4) is known color: Violet. HEX triplet: EE, 8D and F4. RGB value is (238,141,244). Sum of RGB (Red+Green+Blue) = 238+141+244=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 141 (55.47% from 255 or 22.63% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE8DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8DF4 is #11720B. Grayscale: #B5B5B5. Windows color (decimal): -1143308 or 16027118. OLE color: 16027118.
HSL color Cylindrical-coordinate representation of color #EE8DF4: hue angle of 296.5º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8DF4 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 141 | 244 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.04 |
| HSL | 296.5º | 0.82% | 0.75% | - |
| HSV(B) | 296.5º | 0.42% | 0.96% | - |
| XYZ | 61.11 | 43.76 | 90.81 | - |
| YUV | 181.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 244 | 0.02 | 0.42 | 0 | 0.04 | 296.5 | 0.82 | 0.75 |
| Hex | EE | 8D | F4 | 2 | 2A | 0 | 4 | 129 | 52 | 4B |
| Octal | 356 | 215 | 364 | 2 | 52 | 0 | 4 | 451 | 122 | 113 |
| Binary | 11101110 | 10001101 | 11110100 | 10 | 101010 | 0 | 100 | 100101001 | 1010010 | 1001011 |
Color Harmonies of #EE8DF4
Complementary color
Monochromatic Colors of #EE8DF4
Black with #EE8DF4
Text Example
Text Example
White with #EE8DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DF4; }
p { color: rgb(238,141,244); }
H1.HeaderClassName
{
color: #EE8DF4;
}
.AnyTagClassName
{
color: #EE8DF4;
}
</style>
background-color css
<style>
a { background-color: #EE8DF4; }
a { background-color: rgb(238,141,244); }
div.DivClassName
{
background-color: #EE8DF4;
}
.BgClassName
{
background-color: #EE8DF4;
}
</style>
border-color css
<style>
span { border-color: #EE8DF4; }
span { border-color: rgb(238,141,244); }
td.TdClassName
{
border-color: #EE8DF4;
}
.TagClassName
{
border-color: #EE8DF4;
}
</style>