Shades of Violet #ED6FEF
Tints of Violet #ED6FEF
RGB
CMYK
RGB Variations
Color information
#ED6FEF (or 0xED6FEF) is known color: Violet. HEX triplet: ED, 6F and EF. RGB value is (237,111,239). Sum of RGB (Red+Green+Blue) = 237+111+239=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 111 (43.75% from 255 or 18.91% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED6FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6FEF is #129010. Grayscale: #A2A2A2. Windows color (decimal): -1216529 or 15691757. OLE color: 15691757.
HSL color Cylindrical-coordinate representation of color #ED6FEF: hue angle of 299.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6FEF is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 111 | 239 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.06 |
| HSL | 299.06º | 0.8% | 0.69% | - |
| HSV(B) | 299.06º | 0.54% | 0.94% | - |
| XYZ | 56.19 | 35.61 | 85.57 | - |
| YUV | 163.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 239 | 0.01 | 0.54 | 0 | 0.06 | 299.06 | 0.8 | 0.69 |
| Hex | ED | 6F | EF | 1 | 36 | 0 | 6 | 12B | 50 | 45 |
| Octal | 355 | 157 | 357 | 1 | 66 | 0 | 6 | 453 | 120 | 105 |
| Binary | 11101101 | 1101111 | 11101111 | 1 | 110110 | 0 | 110 | 100101011 | 1010000 | 1000101 |
Color Harmonies of #ED6FEF
Complementary color
Monochromatic Colors of #ED6FEF
Black with #ED6FEF
Text Example
Text Example
White with #ED6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FEF; }
p { color: rgb(237,111,239); }
H1.HeaderClassName
{
color: #ED6FEF;
}
.AnyTagClassName
{
color: #ED6FEF;
}
</style>
background-color css
<style>
a { background-color: #ED6FEF; }
a { background-color: rgb(237,111,239); }
div.DivClassName
{
background-color: #ED6FEF;
}
.BgClassName
{
background-color: #ED6FEF;
}
</style>
border-color css
<style>
span { border-color: #ED6FEF; }
span { border-color: rgb(237,111,239); }
td.TdClassName
{
border-color: #ED6FEF;
}
.TagClassName
{
border-color: #ED6FEF;
}
</style>