Shades of Violet #EE98F0
Tints of Violet #EE98F0
RGB
CMYK
RGB Variations
Color information
#EE98F0 (or 0xEE98F0) is known color: Violet. HEX triplet: EE, 98 and F0. RGB value is (238,152,240). Sum of RGB (Red+Green+Blue) = 238+152+240=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 152 (59.77% from 255 or 24.13% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE98F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE98F0 is #11670F. Grayscale: #BBBBBB. Windows color (decimal): -1140496 or 15767790. OLE color: 15767790.
HSL color Cylindrical-coordinate representation of color #EE98F0: hue angle of 298.64º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE98F0 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 152 | 240 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.06 |
| HSL | 298.64º | 0.75% | 0.77% | - |
| HSV(B) | 298.64º | 0.37% | 0.94% | - |
| XYZ | 62.22 | 46.92 | 88.22 | - |
| YUV | 187.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 240 | 0.01 | 0.37 | 0 | 0.06 | 298.64 | 0.75 | 0.77 |
| Hex | EE | 98 | F0 | 1 | 25 | 0 | 6 | 12B | 4B | 4D |
| Octal | 356 | 230 | 360 | 1 | 45 | 0 | 6 | 453 | 113 | 115 |
| Binary | 11101110 | 10011000 | 11110000 | 1 | 100101 | 0 | 110 | 100101011 | 1001011 | 1001101 |
Color Harmonies of #EE98F0
Complementary color
Monochromatic Colors of #EE98F0
Black with #EE98F0
Text Example
Text Example
White with #EE98F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE98F0; }
p { color: rgb(238,152,240); }
H1.HeaderClassName
{
color: #EE98F0;
}
.AnyTagClassName
{
color: #EE98F0;
}
</style>
background-color css
<style>
a { background-color: #EE98F0; }
a { background-color: rgb(238,152,240); }
div.DivClassName
{
background-color: #EE98F0;
}
.BgClassName
{
background-color: #EE98F0;
}
</style>
border-color css
<style>
span { border-color: #EE98F0; }
span { border-color: rgb(238,152,240); }
td.TdClassName
{
border-color: #EE98F0;
}
.TagClassName
{
border-color: #EE98F0;
}
</style>