Shades of Violet #EA6CEB
Tints of Violet #EA6CEB
RGB
CMYK
RGB Variations
Color information
#EA6CEB (or 0xEA6CEB) is known color: Violet. HEX triplet: EA, 6C and EB. RGB value is (234,108,235). Sum of RGB (Red+Green+Blue) = 234+108+235=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 108 (42.58% from 255 or 18.72% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA6CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6CEB is #159314. Grayscale: #9F9F9F. Windows color (decimal): -1413909 or 15428842. OLE color: 15428842.
HSL color Cylindrical-coordinate representation of color #EA6CEB: hue angle of 299.53º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6CEB is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 235 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.08 |
| HSL | 299.53º | 0.76% | 0.67% | - |
| HSV(B) | 299.53º | 0.54% | 0.92% | - |
| XYZ | 54.29 | 34.22 | 82.34 | - |
| YUV | 160.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 235 | 0.00 | 0.54 | 0 | 0.08 | 299.53 | 0.76 | 0.67 |
| Hex | EA | 6C | EB | 0 | 36 | 0 | 8 | 12C | 4C | 43 |
| Octal | 352 | 154 | 353 | 0 | 66 | 0 | 10 | 454 | 114 | 103 |
| Binary | 11101010 | 1101100 | 11101011 | 0 | 110110 | 0 | 1000 | 100101100 | 1001100 | 1000011 |
Color Harmonies of #EA6CEB
Complementary color
Monochromatic Colors of #EA6CEB
Black with #EA6CEB
Text Example
Text Example
White with #EA6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6CEB; }
p { color: rgb(234,108,235); }
H1.HeaderClassName
{
color: #EA6CEB;
}
.AnyTagClassName
{
color: #EA6CEB;
}
</style>
background-color css
<style>
a { background-color: #EA6CEB; }
a { background-color: rgb(234,108,235); }
div.DivClassName
{
background-color: #EA6CEB;
}
.BgClassName
{
background-color: #EA6CEB;
}
</style>
border-color css
<style>
span { border-color: #EA6CEB; }
span { border-color: rgb(234,108,235); }
td.TdClassName
{
border-color: #EA6CEB;
}
.TagClassName
{
border-color: #EA6CEB;
}
</style>