Shades of Violet #EE98F2
Tints of Violet #EE98F2
RGB
CMYK
RGB Variations
Color information
#EE98F2 (or 0xEE98F2) is known color: Violet. HEX triplet: EE, 98 and F2. RGB value is (238,152,242). Sum of RGB (Red+Green+Blue) = 238+152+242=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 152 (59.77% from 255 or 24.05% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE98F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE98F2 is #11670D. Grayscale: #BBBBBB. Windows color (decimal): -1140494 or 15898862. OLE color: 15898862.
HSL color Cylindrical-coordinate representation of color #EE98F2: hue angle of 297.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE98F2 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 152 | 242 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.05 |
| HSL | 297.33º | 0.78% | 0.77% | - |
| HSV(B) | 297.33º | 0.37% | 0.95% | - |
| XYZ | 62.52 | 47.04 | 89.79 | - |
| YUV | 187.97 | 158.49 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 242 | 0.02 | 0.37 | 0 | 0.05 | 297.33 | 0.78 | 0.77 |
| Hex | EE | 98 | F2 | 2 | 25 | 0 | 5 | 129 | 4E | 4D |
| Octal | 356 | 230 | 362 | 2 | 45 | 0 | 5 | 451 | 116 | 115 |
| Binary | 11101110 | 10011000 | 11110010 | 10 | 100101 | 0 | 101 | 100101001 | 1001110 | 1001101 |
Color Harmonies of #EE98F2
Complementary color
Monochromatic Colors of #EE98F2
Black with #EE98F2
Text Example
Text Example
White with #EE98F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE98F2; }
p { color: rgb(238,152,242); }
H1.HeaderClassName
{
color: #EE98F2;
}
.AnyTagClassName
{
color: #EE98F2;
}
</style>
background-color css
<style>
a { background-color: #EE98F2; }
a { background-color: rgb(238,152,242); }
div.DivClassName
{
background-color: #EE98F2;
}
.BgClassName
{
background-color: #EE98F2;
}
</style>
border-color css
<style>
span { border-color: #EE98F2; }
span { border-color: rgb(238,152,242); }
td.TdClassName
{
border-color: #EE98F2;
}
.TagClassName
{
border-color: #EE98F2;
}
</style>