Shades of Violet #EE99F0
Tints of Violet #EE99F0
RGB
CMYK
RGB Variations
Color information
#EE99F0 (or 0xEE99F0) is known color: Violet. HEX triplet: EE, 99 and F0. RGB value is (238,153,240). Sum of RGB (Red+Green+Blue) = 238+153+240=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 153 (60.16% from 255 or 24.25% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE99F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE99F0 is #11660F. Grayscale: #BCBCBC. Windows color (decimal): -1140240 or 15768046. OLE color: 15768046.
HSL color Cylindrical-coordinate representation of color #EE99F0: hue angle of 298.62º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE99F0 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 153 | 240 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.06 |
| HSL | 298.62º | 0.74% | 0.77% | - |
| HSV(B) | 298.62º | 0.36% | 0.94% | - |
| XYZ | 62.38 | 47.25 | 88.27 | - |
| YUV | 188.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 240 | 0.01 | 0.36 | 0 | 0.06 | 298.62 | 0.74 | 0.77 |
| Hex | EE | 99 | F0 | 1 | 24 | 0 | 6 | 12B | 4A | 4D |
| Octal | 356 | 231 | 360 | 1 | 44 | 0 | 6 | 453 | 112 | 115 |
| Binary | 11101110 | 10011001 | 11110000 | 1 | 100100 | 0 | 110 | 100101011 | 1001010 | 1001101 |
Color Harmonies of #EE99F0
Complementary color
Monochromatic Colors of #EE99F0
Black with #EE99F0
Text Example
Text Example
White with #EE99F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99F0; }
p { color: rgb(238,153,240); }
H1.HeaderClassName
{
color: #EE99F0;
}
.AnyTagClassName
{
color: #EE99F0;
}
</style>
background-color css
<style>
a { background-color: #EE99F0; }
a { background-color: rgb(238,153,240); }
div.DivClassName
{
background-color: #EE99F0;
}
.BgClassName
{
background-color: #EE99F0;
}
</style>
border-color css
<style>
span { border-color: #EE99F0; }
span { border-color: rgb(238,153,240); }
td.TdClassName
{
border-color: #EE99F0;
}
.TagClassName
{
border-color: #EE99F0;
}
</style>