Shades of Violet #ED8CEB
Tints of Violet #ED8CEB
RGB
CMYK
RGB Variations
Color information
#ED8CEB (or 0xED8CEB) is known color: Violet. HEX triplet: ED, 8C and EB. RGB value is (237,140,235). Sum of RGB (Red+Green+Blue) = 237+140+235=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CEB is #127314. Grayscale: #B3B3B3. Windows color (decimal): -1209109 or 15437037. OLE color: 15437037.
HSL color Cylindrical-coordinate representation of color #ED8CEB: hue angle of 301.24º 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 #ED8CEB is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 235 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.07 |
| HSL | 301.24º | 0.73% | 0.74% | - |
| HSV(B) | 301.24º | 0.41% | 0.93% | - |
| XYZ | 59.3 | 42.76 | 83.73 | - |
| YUV | 179.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 235 | 0 | 0.41 | 0.01 | 0.07 | 301.24 | 0.73 | 0.74 |
| Hex | ED | 8C | EB | 0 | 29 | 1 | 7 | 12D | 49 | 4A |
| Octal | 355 | 214 | 353 | 0 | 51 | 1 | 7 | 455 | 111 | 112 |
| Binary | 11101101 | 10001100 | 11101011 | 0 | 101001 | 1 | 111 | 100101101 | 1001001 | 1001010 |
Color Harmonies of #ED8CEB
Complementary color
Monochromatic Colors of #ED8CEB
Black with #ED8CEB
Text Example
Text Example
White with #ED8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CEB; }
p { color: rgb(237,140,235); }
H1.HeaderClassName
{
color: #ED8CEB;
}
.AnyTagClassName
{
color: #ED8CEB;
}
</style>
background-color css
<style>
a { background-color: #ED8CEB; }
a { background-color: rgb(237,140,235); }
div.DivClassName
{
background-color: #ED8CEB;
}
.BgClassName
{
background-color: #ED8CEB;
}
</style>
border-color css
<style>
span { border-color: #ED8CEB; }
span { border-color: rgb(237,140,235); }
td.TdClassName
{
border-color: #ED8CEB;
}
.TagClassName
{
border-color: #ED8CEB;
}
</style>