Shades of Violet #EB73E3
Tints of Violet #EB73E3
RGB
CMYK
RGB Variations
Color information
#EB73E3 (or 0xEB73E3) is known color: Violet. HEX triplet: EB, 73 and E3. RGB value is (235,115,227). Sum of RGB (Red+Green+Blue) = 235+115+227=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73E3 is #148C1C. Grayscale: #A3A3A3. Windows color (decimal): -1346589 or 14906347. OLE color: 14906347.
HSL color Cylindrical-coordinate representation of color #EB73E3: hue angle of 304º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB73E3 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 227 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.08 |
| HSL | 304º | 0.75% | 0.69% | - |
| HSV(B) | 304º | 0.51% | 0.92% | - |
| XYZ | 54.26 | 35.47 | 76.66 | - |
| YUV | 163.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 227 | 0 | 0.51 | 0.03 | 0.08 | 304 | 0.75 | 0.69 |
| Hex | EB | 73 | E3 | 0 | 33 | 3 | 8 | 130 | 4B | 45 |
| Octal | 353 | 163 | 343 | 0 | 63 | 3 | 10 | 460 | 113 | 105 |
| Binary | 11101011 | 1110011 | 11100011 | 0 | 110011 | 11 | 1000 | 100110000 | 1001011 | 1000101 |
Color Harmonies of #EB73E3
Complementary color
Monochromatic Colors of #EB73E3
Black with #EB73E3
Text Example
Text Example
White with #EB73E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB73E3; }
p { color: rgb(235,115,227); }
H1.HeaderClassName
{
color: #EB73E3;
}
.AnyTagClassName
{
color: #EB73E3;
}
</style>
background-color css
<style>
a { background-color: #EB73E3; }
a { background-color: rgb(235,115,227); }
div.DivClassName
{
background-color: #EB73E3;
}
.BgClassName
{
background-color: #EB73E3;
}
</style>
border-color css
<style>
span { border-color: #EB73E3; }
span { border-color: rgb(235,115,227); }
td.TdClassName
{
border-color: #EB73E3;
}
.TagClassName
{
border-color: #EB73E3;
}
</style>