Shades of Violet #EE93EF
Tints of Violet #EE93EF
RGB
CMYK
RGB Variations
Color information
#EE93EF (or 0xEE93EF) is known color: Violet. HEX triplet: EE, 93 and EF. RGB value is (238,147,239). Sum of RGB (Red+Green+Blue) = 238+147+239=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE93EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE93EF is #116C10. Grayscale: #B8B8B8. Windows color (decimal): -1141777 or 15700974. OLE color: 15700974.
HSL color Cylindrical-coordinate representation of color #EE93EF: hue angle of 299.35º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE93EF is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 147 | 239 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.06 |
| HSL | 299.35º | 0.74% | 0.76% | - |
| HSV(B) | 299.35º | 0.38% | 0.94% | - |
| XYZ | 61.27 | 45.28 | 87.17 | - |
| YUV | 184.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 239 | 0.00 | 0.38 | 0 | 0.06 | 299.35 | 0.74 | 0.76 |
| Hex | EE | 93 | EF | 0 | 26 | 0 | 6 | 12B | 4A | 4C |
| Octal | 356 | 223 | 357 | 0 | 46 | 0 | 6 | 453 | 112 | 114 |
| Binary | 11101110 | 10010011 | 11101111 | 0 | 100110 | 0 | 110 | 100101011 | 1001010 | 1001100 |
Color Harmonies of #EE93EF
Complementary color
Monochromatic Colors of #EE93EF
Black with #EE93EF
Text Example
Text Example
White with #EE93EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE93EF; }
p { color: rgb(238,147,239); }
H1.HeaderClassName
{
color: #EE93EF;
}
.AnyTagClassName
{
color: #EE93EF;
}
</style>
background-color css
<style>
a { background-color: #EE93EF; }
a { background-color: rgb(238,147,239); }
div.DivClassName
{
background-color: #EE93EF;
}
.BgClassName
{
background-color: #EE93EF;
}
</style>
border-color css
<style>
span { border-color: #EE93EF; }
span { border-color: rgb(238,147,239); }
td.TdClassName
{
border-color: #EE93EF;
}
.TagClassName
{
border-color: #EE93EF;
}
</style>