Shades of Violet #EA7BEC
Tints of Violet #EA7BEC
RGB
CMYK
RGB Variations
Color information
#EA7BEC (or 0xEA7BEC) is known color: Violet. HEX triplet: EA, 7B and EC. RGB value is (234,123,236). Sum of RGB (Red+Green+Blue) = 234+123+236=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA7BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7BEC is #158413. Grayscale: #A8A8A8. Windows color (decimal): -1410068 or 15498218. OLE color: 15498218.
HSL color Cylindrical-coordinate representation of color #EA7BEC: hue angle of 298.94º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7BEC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 123 | 236 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.07 |
| HSL | 298.94º | 0.75% | 0.7% | - |
| HSV(B) | 298.94º | 0.48% | 0.93% | - |
| XYZ | 56.15 | 37.71 | 83.68 | - |
| YUV | 169.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 236 | 0.01 | 0.48 | 0 | 0.07 | 298.94 | 0.75 | 0.7 |
| Hex | EA | 7B | EC | 1 | 30 | 0 | 7 | 12B | 4B | 46 |
| Octal | 352 | 173 | 354 | 1 | 60 | 0 | 7 | 453 | 113 | 106 |
| Binary | 11101010 | 1111011 | 11101100 | 1 | 110000 | 0 | 111 | 100101011 | 1001011 | 1000110 |
Color Harmonies of #EA7BEC
Complementary color
Monochromatic Colors of #EA7BEC
Black with #EA7BEC
Text Example
Text Example
White with #EA7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7BEC; }
p { color: rgb(234,123,236); }
H1.HeaderClassName
{
color: #EA7BEC;
}
.AnyTagClassName
{
color: #EA7BEC;
}
</style>
background-color css
<style>
a { background-color: #EA7BEC; }
a { background-color: rgb(234,123,236); }
div.DivClassName
{
background-color: #EA7BEC;
}
.BgClassName
{
background-color: #EA7BEC;
}
</style>
border-color css
<style>
span { border-color: #EA7BEC; }
span { border-color: rgb(234,123,236); }
td.TdClassName
{
border-color: #EA7BEC;
}
.TagClassName
{
border-color: #EA7BEC;
}
</style>