Shades of Violet #EE8AF1
Tints of Violet #EE8AF1
RGB
CMYK
RGB Variations
Color information
#EE8AF1 (or 0xEE8AF1) is known color: Violet. HEX triplet: EE, 8A and F1. RGB value is (238,138,241). Sum of RGB (Red+Green+Blue) = 238+138+241=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 138 (54.30% from 255 or 22.37% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE8AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8AF1 is #11750E. Grayscale: #B3B3B3. Windows color (decimal): -1144079 or 15829742. OLE color: 15829742.
HSL color Cylindrical-coordinate representation of color #EE8AF1: hue angle of 298.25º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE8AF1 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 138 | 241 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.05 |
| HSL | 298.25º | 0.79% | 0.74% | - |
| HSV(B) | 298.25º | 0.43% | 0.95% | - |
| XYZ | 60.23 | 42.7 | 88.29 | - |
| YUV | 179.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 241 | 0.01 | 0.43 | 0 | 0.05 | 298.25 | 0.79 | 0.74 |
| Hex | EE | 8A | F1 | 1 | 2B | 0 | 5 | 12A | 4F | 4A |
| Octal | 356 | 212 | 361 | 1 | 53 | 0 | 5 | 452 | 117 | 112 |
| Binary | 11101110 | 10001010 | 11110001 | 1 | 101011 | 0 | 101 | 100101010 | 1001111 | 1001010 |
Color Harmonies of #EE8AF1
Complementary color
Monochromatic Colors of #EE8AF1
Black with #EE8AF1
Text Example
Text Example
White with #EE8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8AF1; }
p { color: rgb(238,138,241); }
H1.HeaderClassName
{
color: #EE8AF1;
}
.AnyTagClassName
{
color: #EE8AF1;
}
</style>
background-color css
<style>
a { background-color: #EE8AF1; }
a { background-color: rgb(238,138,241); }
div.DivClassName
{
background-color: #EE8AF1;
}
.BgClassName
{
background-color: #EE8AF1;
}
</style>
border-color css
<style>
span { border-color: #EE8AF1; }
span { border-color: rgb(238,138,241); }
td.TdClassName
{
border-color: #EE8AF1;
}
.TagClassName
{
border-color: #EE8AF1;
}
</style>