Shades of Violet #EE9BF5
Tints of Violet #EE9BF5
RGB
CMYK
RGB Variations
Color information
#EE9BF5 (or 0xEE9BF5) is known color: Violet. HEX triplet: EE, 9B and F5. RGB value is (238,155,245). Sum of RGB (Red+Green+Blue) = 238+155+245=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 155 (60.94% from 255 or 24.29% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE9BF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BF5 is #11640A. Grayscale: #BDBDBD. Windows color (decimal): -1139723 or 16096238. OLE color: 16096238.
HSL color Cylindrical-coordinate representation of color #EE9BF5: hue angle of 295.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9BF5 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 155 | 245 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.04 |
| HSL | 295.33º | 0.82% | 0.78% | - |
| HSV(B) | 295.33º | 0.37% | 0.96% | - |
| XYZ | 63.46 | 48.21 | 92.35 | - |
| YUV | 190.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 245 | 0.03 | 0.37 | 0 | 0.04 | 295.33 | 0.82 | 0.78 |
| Hex | EE | 9B | F5 | 3 | 25 | 0 | 4 | 127 | 52 | 4E |
| Octal | 356 | 233 | 365 | 3 | 45 | 0 | 4 | 447 | 122 | 116 |
| Binary | 11101110 | 10011011 | 11110101 | 11 | 100101 | 0 | 100 | 100100111 | 1010010 | 1001110 |
Color Harmonies of #EE9BF5
Complementary color
Monochromatic Colors of #EE9BF5
Black with #EE9BF5
Text Example
Text Example
White with #EE9BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BF5; }
p { color: rgb(238,155,245); }
H1.HeaderClassName
{
color: #EE9BF5;
}
.AnyTagClassName
{
color: #EE9BF5;
}
</style>
background-color css
<style>
a { background-color: #EE9BF5; }
a { background-color: rgb(238,155,245); }
div.DivClassName
{
background-color: #EE9BF5;
}
.BgClassName
{
background-color: #EE9BF5;
}
</style>
border-color css
<style>
span { border-color: #EE9BF5; }
span { border-color: rgb(238,155,245); }
td.TdClassName
{
border-color: #EE9BF5;
}
.TagClassName
{
border-color: #EE9BF5;
}
</style>