Shades of Violet #ED8BEC
Tints of Violet #ED8BEC
RGB
CMYK
RGB Variations
Color information
#ED8BEC (or 0xED8BEC) is known color: Violet. HEX triplet: ED, 8B and EC. RGB value is (237,139,236). Sum of RGB (Red+Green+Blue) = 237+139+236=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BEC is #127413. Grayscale: #B3B3B3. Windows color (decimal): -1209364 or 15502317. OLE color: 15502317.
HSL color Cylindrical-coordinate representation of color #ED8BEC: hue angle of 300.61º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8BEC is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 236 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.07 |
| HSL | 300.61º | 0.73% | 0.74% | - |
| HSV(B) | 300.61º | 0.41% | 0.93% | - |
| XYZ | 59.3 | 42.53 | 84.44 | - |
| YUV | 179.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 236 | 0 | 0.41 | 0.00 | 0.07 | 300.61 | 0.73 | 0.74 |
| Hex | ED | 8B | EC | 0 | 29 | 0 | 7 | 12D | 49 | 4A |
| Octal | 355 | 213 | 354 | 0 | 51 | 0 | 7 | 455 | 111 | 112 |
| Binary | 11101101 | 10001011 | 11101100 | 0 | 101001 | 0 | 111 | 100101101 | 1001001 | 1001010 |
Color Harmonies of #ED8BEC
Complementary color
Monochromatic Colors of #ED8BEC
Black with #ED8BEC
Text Example
Text Example
White with #ED8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BEC; }
p { color: rgb(237,139,236); }
H1.HeaderClassName
{
color: #ED8BEC;
}
.AnyTagClassName
{
color: #ED8BEC;
}
</style>
background-color css
<style>
a { background-color: #ED8BEC; }
a { background-color: rgb(237,139,236); }
div.DivClassName
{
background-color: #ED8BEC;
}
.BgClassName
{
background-color: #ED8BEC;
}
</style>
border-color css
<style>
span { border-color: #ED8BEC; }
span { border-color: rgb(237,139,236); }
td.TdClassName
{
border-color: #ED8BEC;
}
.TagClassName
{
border-color: #ED8BEC;
}
</style>