Shades of Violet #EE78ED
Tints of Violet #EE78ED
RGB
CMYK
RGB Variations
Color information
#EE78ED (or 0xEE78ED) is known color: Violet. HEX triplet: EE, 78 and ED. RGB value is (238,120,237). Sum of RGB (Red+Green+Blue) = 238+120+237=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE78ED is #118712. Grayscale: #A8A8A8. Windows color (decimal): -1148691 or 15562990. OLE color: 15562990.
HSL color Cylindrical-coordinate representation of color #EE78ED: hue angle of 300.51º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE78ED is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 237 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.07 |
| HSL | 300.51º | 0.78% | 0.7% | - |
| HSV(B) | 300.51º | 0.5% | 0.93% | - |
| XYZ | 57.26 | 37.72 | 84.38 | - |
| YUV | 168.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 237 | 0 | 0.50 | 0.00 | 0.07 | 300.51 | 0.78 | 0.7 |
| Hex | EE | 78 | ED | 0 | 32 | 0 | 7 | 12D | 4E | 46 |
| Octal | 356 | 170 | 355 | 0 | 62 | 0 | 7 | 455 | 116 | 106 |
| Binary | 11101110 | 1111000 | 11101101 | 0 | 110010 | 0 | 111 | 100101101 | 1001110 | 1000110 |
Color Harmonies of #EE78ED
Complementary color
Monochromatic Colors of #EE78ED
Black with #EE78ED
Text Example
Text Example
White with #EE78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE78ED; }
p { color: rgb(238,120,237); }
H1.HeaderClassName
{
color: #EE78ED;
}
.AnyTagClassName
{
color: #EE78ED;
}
</style>
background-color css
<style>
a { background-color: #EE78ED; }
a { background-color: rgb(238,120,237); }
div.DivClassName
{
background-color: #EE78ED;
}
.BgClassName
{
background-color: #EE78ED;
}
</style>
border-color css
<style>
span { border-color: #EE78ED; }
span { border-color: rgb(238,120,237); }
td.TdClassName
{
border-color: #EE78ED;
}
.TagClassName
{
border-color: #EE78ED;
}
</style>