Shades of Violet #ED78EE
Tints of Violet #ED78EE
RGB
CMYK
RGB Variations
Color information
#ED78EE (or 0xED78EE) is known color: Violet. HEX triplet: ED, 78 and EE. RGB value is (237,120,238). Sum of RGB (Red+Green+Blue) = 237+120+238=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED78EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED78EE is #128711. Grayscale: #A8A8A8. Windows color (decimal): -1214226 or 15628525. OLE color: 15628525.
HSL color Cylindrical-coordinate representation of color #ED78EE: hue angle of 299.49º 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 #ED78EE is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 238 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.07 |
| HSL | 299.49º | 0.78% | 0.7% | - |
| HSV(B) | 299.49º | 0.5% | 0.93% | - |
| XYZ | 57.07 | 37.61 | 85.14 | - |
| YUV | 168.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 238 | 0.00 | 0.50 | 0 | 0.07 | 299.49 | 0.78 | 0.7 |
| Hex | ED | 78 | EE | 0 | 32 | 0 | 7 | 12B | 4E | 46 |
| Octal | 355 | 170 | 356 | 0 | 62 | 0 | 7 | 453 | 116 | 106 |
| Binary | 11101101 | 1111000 | 11101110 | 0 | 110010 | 0 | 111 | 100101011 | 1001110 | 1000110 |
Color Harmonies of #ED78EE
Complementary color
Monochromatic Colors of #ED78EE
Black with #ED78EE
Text Example
Text Example
White with #ED78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED78EE; }
p { color: rgb(237,120,238); }
H1.HeaderClassName
{
color: #ED78EE;
}
.AnyTagClassName
{
color: #ED78EE;
}
</style>
background-color css
<style>
a { background-color: #ED78EE; }
a { background-color: rgb(237,120,238); }
div.DivClassName
{
background-color: #ED78EE;
}
.BgClassName
{
background-color: #ED78EE;
}
</style>
border-color css
<style>
span { border-color: #ED78EE; }
span { border-color: rgb(237,120,238); }
td.TdClassName
{
border-color: #ED78EE;
}
.TagClassName
{
border-color: #ED78EE;
}
</style>