Shades of Violet #EE7DF1
Tints of Violet #EE7DF1
RGB
CMYK
RGB Variations
Color information
#EE7DF1 (or 0xEE7DF1) is known color: Violet. HEX triplet: EE, 7D and F1. RGB value is (238,125,241). Sum of RGB (Red+Green+Blue) = 238+125+241=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 125 (49.22% from 255 or 20.70% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE7DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7DF1 is #11820E. Grayscale: #ABABAB. Windows color (decimal): -1147407 or 15826414. OLE color: 15826414.
HSL color Cylindrical-coordinate representation of color #EE7DF1: hue angle of 298.45º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7DF1 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 125 | 241 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.05 |
| HSL | 298.45º | 0.81% | 0.72% | - |
| HSV(B) | 298.45º | 0.48% | 0.95% | - |
| XYZ | 58.47 | 39.2 | 87.7 | - |
| YUV | 172.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 241 | 0.01 | 0.48 | 0 | 0.05 | 298.45 | 0.81 | 0.72 |
| Hex | EE | 7D | F1 | 1 | 30 | 0 | 5 | 12A | 51 | 48 |
| Octal | 356 | 175 | 361 | 1 | 60 | 0 | 5 | 452 | 121 | 110 |
| Binary | 11101110 | 1111101 | 11110001 | 1 | 110000 | 0 | 101 | 100101010 | 1010001 | 1001000 |
Color Harmonies of #EE7DF1
Complementary color
Monochromatic Colors of #EE7DF1
Black with #EE7DF1
Text Example
Text Example
White with #EE7DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7DF1; }
p { color: rgb(238,125,241); }
H1.HeaderClassName
{
color: #EE7DF1;
}
.AnyTagClassName
{
color: #EE7DF1;
}
</style>
background-color css
<style>
a { background-color: #EE7DF1; }
a { background-color: rgb(238,125,241); }
div.DivClassName
{
background-color: #EE7DF1;
}
.BgClassName
{
background-color: #EE7DF1;
}
</style>
border-color css
<style>
span { border-color: #EE7DF1; }
span { border-color: rgb(238,125,241); }
td.TdClassName
{
border-color: #EE7DF1;
}
.TagClassName
{
border-color: #EE7DF1;
}
</style>