Shades of Violet #EE8DF1
Tints of Violet #EE8DF1
RGB
CMYK
RGB Variations
Color information
#EE8DF1 (or 0xEE8DF1) is known color: Violet. HEX triplet: EE, 8D and F1. RGB value is (238,141,241). Sum of RGB (Red+Green+Blue) = 238+141+241=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 141 (55.47% from 255 or 22.74% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE8DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8DF1 is #11720E. Grayscale: #B5B5B5. Windows color (decimal): -1143311 or 15830510. OLE color: 15830510.
HSL color Cylindrical-coordinate representation of color #EE8DF1: hue angle of 298.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8DF1 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 141 | 241 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.05 |
| HSL | 298.2º | 0.78% | 0.75% | - |
| HSV(B) | 298.2º | 0.41% | 0.95% | - |
| XYZ | 60.66 | 43.58 | 88.43 | - |
| YUV | 181.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 241 | 0.01 | 0.41 | 0 | 0.05 | 298.2 | 0.78 | 0.75 |
| Hex | EE | 8D | F1 | 1 | 29 | 0 | 5 | 12A | 4E | 4B |
| Octal | 356 | 215 | 361 | 1 | 51 | 0 | 5 | 452 | 116 | 113 |
| Binary | 11101110 | 10001101 | 11110001 | 1 | 101001 | 0 | 101 | 100101010 | 1001110 | 1001011 |
Color Harmonies of #EE8DF1
Complementary color
Monochromatic Colors of #EE8DF1
Black with #EE8DF1
Text Example
Text Example
White with #EE8DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DF1; }
p { color: rgb(238,141,241); }
H1.HeaderClassName
{
color: #EE8DF1;
}
.AnyTagClassName
{
color: #EE8DF1;
}
</style>
background-color css
<style>
a { background-color: #EE8DF1; }
a { background-color: rgb(238,141,241); }
div.DivClassName
{
background-color: #EE8DF1;
}
.BgClassName
{
background-color: #EE8DF1;
}
</style>
border-color css
<style>
span { border-color: #EE8DF1; }
span { border-color: rgb(238,141,241); }
td.TdClassName
{
border-color: #EE8DF1;
}
.TagClassName
{
border-color: #EE8DF1;
}
</style>