Shades of Violet #EE93EA
Tints of Violet #EE93EA
RGB
CMYK
RGB Variations
Color information
#EE93EA (or 0xEE93EA) is known color: Violet. HEX triplet: EE, 93 and EA. RGB value is (238,147,234). Sum of RGB (Red+Green+Blue) = 238+147+234=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE93EA is #116C15. Grayscale: #B7B7B7. Windows color (decimal): -1141782 or 15373294. OLE color: 15373294.
HSL color Cylindrical-coordinate representation of color #EE93EA: hue angle of 302.64º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE93EA is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 234 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.07 |
| HSL | 302.64º | 0.73% | 0.75% | - |
| HSV(B) | 302.64º | 0.38% | 0.93% | - |
| XYZ | 60.54 | 44.99 | 83.33 | - |
| YUV | 184.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 234 | 0 | 0.38 | 0.02 | 0.07 | 302.64 | 0.73 | 0.75 |
| Hex | EE | 93 | EA | 0 | 26 | 2 | 7 | 12F | 49 | 4B |
| Octal | 356 | 223 | 352 | 0 | 46 | 2 | 7 | 457 | 111 | 113 |
| Binary | 11101110 | 10010011 | 11101010 | 0 | 100110 | 10 | 111 | 100101111 | 1001001 | 1001011 |
Color Harmonies of #EE93EA
Complementary color
Monochromatic Colors of #EE93EA
Black with #EE93EA
Text Example
Text Example
White with #EE93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE93EA; }
p { color: rgb(238,147,234); }
H1.HeaderClassName
{
color: #EE93EA;
}
.AnyTagClassName
{
color: #EE93EA;
}
</style>
background-color css
<style>
a { background-color: #EE93EA; }
a { background-color: rgb(238,147,234); }
div.DivClassName
{
background-color: #EE93EA;
}
.BgClassName
{
background-color: #EE93EA;
}
</style>
border-color css
<style>
span { border-color: #EE93EA; }
span { border-color: rgb(238,147,234); }
td.TdClassName
{
border-color: #EE93EA;
}
.TagClassName
{
border-color: #EE93EA;
}
</style>