Shades of Violet #EE8EEB
Tints of Violet #EE8EEB
RGB
CMYK
RGB Variations
Color information
#EE8EEB (or 0xEE8EEB) is known color: Violet. HEX triplet: EE, 8E and EB. RGB value is (238,142,235). Sum of RGB (Red+Green+Blue) = 238+142+235=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8EEB is #117114. Grayscale: #B5B5B5. Windows color (decimal): -1143061 or 15437550. OLE color: 15437550.
HSL color Cylindrical-coordinate representation of color #EE8EEB: hue angle of 301.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8EEB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 235 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.07 |
| HSL | 301.88º | 0.74% | 0.75% | - |
| HSV(B) | 301.88º | 0.4% | 0.93% | - |
| XYZ | 59.93 | 43.52 | 83.84 | - |
| YUV | 181.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 235 | 0 | 0.40 | 0.01 | 0.07 | 301.88 | 0.74 | 0.75 |
| Hex | EE | 8E | EB | 0 | 28 | 1 | 7 | 12E | 4A | 4B |
| Octal | 356 | 216 | 353 | 0 | 50 | 1 | 7 | 456 | 112 | 113 |
| Binary | 11101110 | 10001110 | 11101011 | 0 | 101000 | 1 | 111 | 100101110 | 1001010 | 1001011 |
Color Harmonies of #EE8EEB
Complementary color
Monochromatic Colors of #EE8EEB
Black with #EE8EEB
Text Example
Text Example
White with #EE8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8EEB; }
p { color: rgb(238,142,235); }
H1.HeaderClassName
{
color: #EE8EEB;
}
.AnyTagClassName
{
color: #EE8EEB;
}
</style>
background-color css
<style>
a { background-color: #EE8EEB; }
a { background-color: rgb(238,142,235); }
div.DivClassName
{
background-color: #EE8EEB;
}
.BgClassName
{
background-color: #EE8EEB;
}
</style>
border-color css
<style>
span { border-color: #EE8EEB; }
span { border-color: rgb(238,142,235); }
td.TdClassName
{
border-color: #EE8EEB;
}
.TagClassName
{
border-color: #EE8EEB;
}
</style>