Shades of Violet #ED6CEA
Tints of Violet #ED6CEA
RGB
CMYK
RGB Variations
Color information
#ED6CEA (or 0xED6CEA) is known color: Violet. HEX triplet: ED, 6C and EA. RGB value is (237,108,234). Sum of RGB (Red+Green+Blue) = 237+108+234=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6CEA is #129315. Grayscale: #A0A0A0. Windows color (decimal): -1217302 or 15363309. OLE color: 15363309.
HSL color Cylindrical-coordinate representation of color #ED6CEA: hue angle of 301.4º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6CEA is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 234 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.07 |
| HSL | 301.4º | 0.78% | 0.68% | - |
| HSV(B) | 301.4º | 0.54% | 0.93% | - |
| XYZ | 55.14 | 34.67 | 81.63 | - |
| YUV | 160.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 234 | 0 | 0.54 | 0.01 | 0.07 | 301.4 | 0.78 | 0.68 |
| Hex | ED | 6C | EA | 0 | 36 | 1 | 7 | 12D | 4E | 44 |
| Octal | 355 | 154 | 352 | 0 | 66 | 1 | 7 | 455 | 116 | 104 |
| Binary | 11101101 | 1101100 | 11101010 | 0 | 110110 | 1 | 111 | 100101101 | 1001110 | 1000100 |
Color Harmonies of #ED6CEA
Complementary color
Monochromatic Colors of #ED6CEA
Black with #ED6CEA
Text Example
Text Example
White with #ED6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6CEA; }
p { color: rgb(237,108,234); }
H1.HeaderClassName
{
color: #ED6CEA;
}
.AnyTagClassName
{
color: #ED6CEA;
}
</style>
background-color css
<style>
a { background-color: #ED6CEA; }
a { background-color: rgb(237,108,234); }
div.DivClassName
{
background-color: #ED6CEA;
}
.BgClassName
{
background-color: #ED6CEA;
}
</style>
border-color css
<style>
span { border-color: #ED6CEA; }
span { border-color: rgb(237,108,234); }
td.TdClassName
{
border-color: #ED6CEA;
}
.TagClassName
{
border-color: #ED6CEA;
}
</style>