Shades of Violet #ED6BEC
Tints of Violet #ED6BEC
RGB
CMYK
RGB Variations
Color information
#ED6BEC (or 0xED6BEC) is known color: Violet. HEX triplet: ED, 6B and EC. RGB value is (237,107,236). Sum of RGB (Red+Green+Blue) = 237+107+236=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BEC is #129413. Grayscale: #A0A0A0. Windows color (decimal): -1217556 or 15494125. OLE color: 15494125.
HSL color Cylindrical-coordinate representation of color #ED6BEC: hue angle of 300.46º 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 #ED6BEC is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 236 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.07 |
| HSL | 300.46º | 0.78% | 0.67% | - |
| HSV(B) | 300.46º | 0.55% | 0.93% | - |
| XYZ | 55.32 | 34.58 | 83.11 | - |
| YUV | 160.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 236 | 0 | 0.55 | 0.00 | 0.07 | 300.46 | 0.78 | 0.67 |
| Hex | ED | 6B | EC | 0 | 37 | 0 | 7 | 12C | 4E | 43 |
| Octal | 355 | 153 | 354 | 0 | 67 | 0 | 7 | 454 | 116 | 103 |
| Binary | 11101101 | 1101011 | 11101100 | 0 | 110111 | 0 | 111 | 100101100 | 1001110 | 1000011 |
Color Harmonies of #ED6BEC
Complementary color
Monochromatic Colors of #ED6BEC
Black with #ED6BEC
Text Example
Text Example
White with #ED6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BEC; }
p { color: rgb(237,107,236); }
H1.HeaderClassName
{
color: #ED6BEC;
}
.AnyTagClassName
{
color: #ED6BEC;
}
</style>
background-color css
<style>
a { background-color: #ED6BEC; }
a { background-color: rgb(237,107,236); }
div.DivClassName
{
background-color: #ED6BEC;
}
.BgClassName
{
background-color: #ED6BEC;
}
</style>
border-color css
<style>
span { border-color: #ED6BEC; }
span { border-color: rgb(237,107,236); }
td.TdClassName
{
border-color: #ED6BEC;
}
.TagClassName
{
border-color: #ED6BEC;
}
</style>