Shades of Violet #EE8BF5
Tints of Violet #EE8BF5
RGB
CMYK
RGB Variations
Color information
#EE8BF5 (or 0xEE8BF5) is known color: Violet. HEX triplet: EE, 8B and F5. RGB value is (238,139,245). Sum of RGB (Red+Green+Blue) = 238+139+245=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 139 (54.69% from 255 or 22.35% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE8BF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BF5 is #11740A. Grayscale: #B4B4B4. Windows color (decimal): -1143819 or 16092142. OLE color: 16092142.
HSL color Cylindrical-coordinate representation of color #EE8BF5: hue angle of 296.04º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE8BF5 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 139 | 245 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.04 |
| HSL | 296.04º | 0.84% | 0.75% | - |
| HSV(B) | 296.04º | 0.43% | 0.96% | - |
| XYZ | 60.97 | 43.23 | 91.52 | - |
| YUV | 180.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 245 | 0.03 | 0.43 | 0 | 0.04 | 296.04 | 0.84 | 0.75 |
| Hex | EE | 8B | F5 | 3 | 2B | 0 | 4 | 128 | 54 | 4B |
| Octal | 356 | 213 | 365 | 3 | 53 | 0 | 4 | 450 | 124 | 113 |
| Binary | 11101110 | 10001011 | 11110101 | 11 | 101011 | 0 | 100 | 100101000 | 1010100 | 1001011 |
Color Harmonies of #EE8BF5
Complementary color
Monochromatic Colors of #EE8BF5
Black with #EE8BF5
Text Example
Text Example
White with #EE8BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BF5; }
p { color: rgb(238,139,245); }
H1.HeaderClassName
{
color: #EE8BF5;
}
.AnyTagClassName
{
color: #EE8BF5;
}
</style>
background-color css
<style>
a { background-color: #EE8BF5; }
a { background-color: rgb(238,139,245); }
div.DivClassName
{
background-color: #EE8BF5;
}
.BgClassName
{
background-color: #EE8BF5;
}
</style>
border-color css
<style>
span { border-color: #EE8BF5; }
span { border-color: rgb(238,139,245); }
td.TdClassName
{
border-color: #EE8BF5;
}
.TagClassName
{
border-color: #EE8BF5;
}
</style>