Shades of Violet #ED8CEA
Tints of Violet #ED8CEA
RGB
CMYK
RGB Variations
Color information
#ED8CEA (or 0xED8CEA) is known color: Violet. HEX triplet: ED, 8C and EA. RGB value is (237,140,234). Sum of RGB (Red+Green+Blue) = 237+140+234=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CEA is #127315. Grayscale: #B3B3B3. Windows color (decimal): -1209110 or 15371501. OLE color: 15371501.
HSL color Cylindrical-coordinate representation of color #ED8CEA: hue angle of 301.86º 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 #ED8CEA is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 234 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.07 |
| HSL | 301.86º | 0.73% | 0.74% | - |
| HSV(B) | 301.86º | 0.41% | 0.93% | - |
| XYZ | 59.15 | 42.7 | 82.97 | - |
| YUV | 179.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 234 | 0 | 0.41 | 0.01 | 0.07 | 301.86 | 0.73 | 0.74 |
| Hex | ED | 8C | EA | 0 | 29 | 1 | 7 | 12E | 49 | 4A |
| Octal | 355 | 214 | 352 | 0 | 51 | 1 | 7 | 456 | 111 | 112 |
| Binary | 11101101 | 10001100 | 11101010 | 0 | 101001 | 1 | 111 | 100101110 | 1001001 | 1001010 |
Color Harmonies of #ED8CEA
Complementary color
Monochromatic Colors of #ED8CEA
Black with #ED8CEA
Text Example
Text Example
White with #ED8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CEA; }
p { color: rgb(237,140,234); }
H1.HeaderClassName
{
color: #ED8CEA;
}
.AnyTagClassName
{
color: #ED8CEA;
}
</style>
background-color css
<style>
a { background-color: #ED8CEA; }
a { background-color: rgb(237,140,234); }
div.DivClassName
{
background-color: #ED8CEA;
}
.BgClassName
{
background-color: #ED8CEA;
}
</style>
border-color css
<style>
span { border-color: #ED8CEA; }
span { border-color: rgb(237,140,234); }
td.TdClassName
{
border-color: #ED8CEA;
}
.TagClassName
{
border-color: #ED8CEA;
}
</style>