Shades of Violet #ED6BED
Tints of Violet #ED6BED
RGB
CMYK
RGB Variations
Color information
#ED6BED (or 0xED6BED) is known color: Violet. HEX triplet: ED, 6B and ED. RGB value is (237,107,237). Sum of RGB (Red+Green+Blue) = 237+107+237=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 107 (42.19% from 255 or 18.42% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED6BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BED is #129412. Grayscale: #A0A0A0. Windows color (decimal): -1217555 or 15559661. OLE color: 15559661.
HSL color Cylindrical-coordinate representation of color #ED6BED: hue angle of 300º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6BED is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 237 | - |
| CMYK | 0 | 0.55 | 0 | 0.07 |
| HSL | 300º | 0.78% | 0.67% | - |
| HSV(B) | 300º | 0.55% | 0.93% | - |
| XYZ | 55.47 | 34.63 | 83.88 | - |
| YUV | 160.69 | 171.07 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 237 | 0 | 0.55 | 0 | 0.07 | 300 | 0.78 | 0.67 |
| Hex | ED | 6B | ED | 0 | 37 | 0 | 7 | 12C | 4E | 43 |
| Octal | 355 | 153 | 355 | 0 | 67 | 0 | 7 | 454 | 116 | 103 |
| Binary | 11101101 | 1101011 | 11101101 | 0 | 110111 | 0 | 111 | 100101100 | 1001110 | 1000011 |
Color Harmonies of #ED6BED
Complementary color
Monochromatic Colors of #ED6BED
Black with #ED6BED
Text Example
Text Example
White with #ED6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BED; }
p { color: rgb(237,107,237); }
H1.HeaderClassName
{
color: #ED6BED;
}
.AnyTagClassName
{
color: #ED6BED;
}
</style>
background-color css
<style>
a { background-color: #ED6BED; }
a { background-color: rgb(237,107,237); }
div.DivClassName
{
background-color: #ED6BED;
}
.BgClassName
{
background-color: #ED6BED;
}
</style>
border-color css
<style>
span { border-color: #ED6BED; }
span { border-color: rgb(237,107,237); }
td.TdClassName
{
border-color: #ED6BED;
}
.TagClassName
{
border-color: #ED6BED;
}
</style>