Shades of Violet #ED73EE
Tints of Violet #ED73EE
RGB
CMYK
RGB Variations
Color information
#ED73EE (or 0xED73EE) is known color: Violet. HEX triplet: ED, 73 and EE. RGB value is (237,115,238). Sum of RGB (Red+Green+Blue) = 237+115+238=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 115 (45.31% from 255 or 19.49% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED73EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED73EE is #128C11. Grayscale: #A5A5A5. Windows color (decimal): -1215506 or 15627245. OLE color: 15627245.
HSL color Cylindrical-coordinate representation of color #ED73EE: hue angle of 299.51º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED73EE is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 238 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.07 |
| HSL | 299.51º | 0.78% | 0.69% | - |
| HSV(B) | 299.51º | 0.52% | 0.93% | - |
| XYZ | 56.49 | 36.44 | 84.95 | - |
| YUV | 165.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 238 | 0.00 | 0.52 | 0 | 0.07 | 299.51 | 0.78 | 0.69 |
| Hex | ED | 73 | EE | 0 | 34 | 0 | 7 | 12C | 4E | 45 |
| Octal | 355 | 163 | 356 | 0 | 64 | 0 | 7 | 454 | 116 | 105 |
| Binary | 11101101 | 1110011 | 11101110 | 0 | 110100 | 0 | 111 | 100101100 | 1001110 | 1000101 |
Color Harmonies of #ED73EE
Complementary color
Monochromatic Colors of #ED73EE
Black with #ED73EE
Text Example
Text Example
White with #ED73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED73EE; }
p { color: rgb(237,115,238); }
H1.HeaderClassName
{
color: #ED73EE;
}
.AnyTagClassName
{
color: #ED73EE;
}
</style>
background-color css
<style>
a { background-color: #ED73EE; }
a { background-color: rgb(237,115,238); }
div.DivClassName
{
background-color: #ED73EE;
}
.BgClassName
{
background-color: #ED73EE;
}
</style>
border-color css
<style>
span { border-color: #ED73EE; }
span { border-color: rgb(237,115,238); }
td.TdClassName
{
border-color: #ED73EE;
}
.TagClassName
{
border-color: #ED73EE;
}
</style>