Shades of Violet #ED6BEF
Tints of Violet #ED6BEF
RGB
CMYK
RGB Variations
Color information
#ED6BEF (or 0xED6BEF) is known color: Violet. HEX triplet: ED, 6B and EF. RGB value is (237,107,239). Sum of RGB (Red+Green+Blue) = 237+107+239=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 107 (42.19% from 255 or 18.35% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED6BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BEF is #129410. Grayscale: #A0A0A0. Windows color (decimal): -1217553 or 15690733. OLE color: 15690733.
HSL color Cylindrical-coordinate representation of color #ED6BEF: hue angle of 299.09º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6BEF is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 107 | 239 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.06 |
| HSL | 299.09º | 0.8% | 0.68% | - |
| HSV(B) | 299.09º | 0.55% | 0.94% | - |
| XYZ | 55.76 | 34.75 | 85.43 | - |
| YUV | 160.92 | 172.07 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 239 | 0.01 | 0.55 | 0 | 0.06 | 299.09 | 0.8 | 0.68 |
| Hex | ED | 6B | EF | 1 | 37 | 0 | 6 | 12B | 50 | 44 |
| Octal | 355 | 153 | 357 | 1 | 67 | 0 | 6 | 453 | 120 | 104 |
| Binary | 11101101 | 1101011 | 11101111 | 1 | 110111 | 0 | 110 | 100101011 | 1010000 | 1000100 |
Color Harmonies of #ED6BEF
Complementary color
Monochromatic Colors of #ED6BEF
Black with #ED6BEF
Text Example
Text Example
White with #ED6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BEF; }
p { color: rgb(237,107,239); }
H1.HeaderClassName
{
color: #ED6BEF;
}
.AnyTagClassName
{
color: #ED6BEF;
}
</style>
background-color css
<style>
a { background-color: #ED6BEF; }
a { background-color: rgb(237,107,239); }
div.DivClassName
{
background-color: #ED6BEF;
}
.BgClassName
{
background-color: #ED6BEF;
}
</style>
border-color css
<style>
span { border-color: #ED6BEF; }
span { border-color: rgb(237,107,239); }
td.TdClassName
{
border-color: #ED6BEF;
}
.TagClassName
{
border-color: #ED6BEF;
}
</style>