Shades of Violet #EB73F2
Tints of Violet #EB73F2
RGB
CMYK
RGB Variations
Color information
#EB73F2 (or 0xEB73F2) is known color: Violet. HEX triplet: EB, 73 and F2. RGB value is (235,115,242). Sum of RGB (Red+Green+Blue) = 235+115+242=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 115 (45.31% from 255 or 19.43% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB73F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB73F2 is #148C0D. Grayscale: #A4A4A4. Windows color (decimal): -1346574 or 15889387. OLE color: 15889387.
HSL color Cylindrical-coordinate representation of color #EB73F2: hue angle of 296.69º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB73F2 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 115 | 242 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.05 |
| HSL | 296.69º | 0.83% | 0.7% | - |
| HSV(B) | 296.69º | 0.52% | 0.95% | - |
| XYZ | 56.42 | 36.33 | 88.04 | - |
| YUV | 165.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 242 | 0.03 | 0.52 | 0 | 0.05 | 296.69 | 0.83 | 0.7 |
| Hex | EB | 73 | F2 | 3 | 34 | 0 | 5 | 129 | 53 | 46 |
| Octal | 353 | 163 | 362 | 3 | 64 | 0 | 5 | 451 | 123 | 106 |
| Binary | 11101011 | 1110011 | 11110010 | 11 | 110100 | 0 | 101 | 100101001 | 1010011 | 1000110 |
Color Harmonies of #EB73F2
Complementary color
Monochromatic Colors of #EB73F2
Black with #EB73F2
Text Example
Text Example
White with #EB73F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB73F2; }
p { color: rgb(235,115,242); }
H1.HeaderClassName
{
color: #EB73F2;
}
.AnyTagClassName
{
color: #EB73F2;
}
</style>
background-color css
<style>
a { background-color: #EB73F2; }
a { background-color: rgb(235,115,242); }
div.DivClassName
{
background-color: #EB73F2;
}
.BgClassName
{
background-color: #EB73F2;
}
</style>
border-color css
<style>
span { border-color: #EB73F2; }
span { border-color: rgb(235,115,242); }
td.TdClassName
{
border-color: #EB73F2;
}
.TagClassName
{
border-color: #EB73F2;
}
</style>