Shades of Violet #EE8AEB
Tints of Violet #EE8AEB
RGB
CMYK
RGB Variations
Color information
#EE8AEB (or 0xEE8AEB) is known color: Violet. HEX triplet: EE, 8A and EB. RGB value is (238,138,235). Sum of RGB (Red+Green+Blue) = 238+138+235=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8AEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8AEB is #117514. Grayscale: #B2B2B2. Windows color (decimal): -1144085 or 15436526. OLE color: 15436526.
HSL color Cylindrical-coordinate representation of color #EE8AEB: hue angle of 301.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8AEB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 235 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.07 |
| HSL | 301.8º | 0.75% | 0.74% | - |
| HSV(B) | 301.8º | 0.42% | 0.93% | - |
| XYZ | 59.34 | 42.35 | 83.64 | - |
| YUV | 178.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 235 | 0 | 0.42 | 0.01 | 0.07 | 301.8 | 0.75 | 0.74 |
| Hex | EE | 8A | EB | 0 | 2A | 1 | 7 | 12E | 4B | 4A |
| Octal | 356 | 212 | 353 | 0 | 52 | 1 | 7 | 456 | 113 | 112 |
| Binary | 11101110 | 10001010 | 11101011 | 0 | 101010 | 1 | 111 | 100101110 | 1001011 | 1001010 |
Color Harmonies of #EE8AEB
Complementary color
Monochromatic Colors of #EE8AEB
Black with #EE8AEB
Text Example
Text Example
White with #EE8AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8AEB; }
p { color: rgb(238,138,235); }
H1.HeaderClassName
{
color: #EE8AEB;
}
.AnyTagClassName
{
color: #EE8AEB;
}
</style>
background-color css
<style>
a { background-color: #EE8AEB; }
a { background-color: rgb(238,138,235); }
div.DivClassName
{
background-color: #EE8AEB;
}
.BgClassName
{
background-color: #EE8AEB;
}
</style>
border-color css
<style>
span { border-color: #EE8AEB; }
span { border-color: rgb(238,138,235); }
td.TdClassName
{
border-color: #EE8AEB;
}
.TagClassName
{
border-color: #EE8AEB;
}
</style>