Shades of Violet #EB74E1
Tints of Violet #EB74E1
RGB
CMYK
RGB Variations
Color information
#EB74E1 (or 0xEB74E1) is known color: Violet. HEX triplet: EB, 74 and E1. RGB value is (235,116,225). Sum of RGB (Red+Green+Blue) = 235+116+225=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74E1 is #148B1E. Grayscale: #A3A3A3. Windows color (decimal): -1346335 or 14775531. OLE color: 14775531.
HSL color Cylindrical-coordinate representation of color #EB74E1: hue angle of 305.04º 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 #EB74E1 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 116 | 225 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.08 |
| HSL | 305.04º | 0.75% | 0.69% | - |
| HSV(B) | 305.04º | 0.51% | 0.92% | - |
| XYZ | 54.1 | 35.59 | 75.25 | - |
| YUV | 164.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 116 | 225 | 0 | 0.51 | 0.04 | 0.08 | 305.04 | 0.75 | 0.69 |
| Hex | EB | 74 | E1 | 0 | 33 | 4 | 8 | 131 | 4B | 45 |
| Octal | 353 | 164 | 341 | 0 | 63 | 4 | 10 | 461 | 113 | 105 |
| Binary | 11101011 | 1110100 | 11100001 | 0 | 110011 | 100 | 1000 | 100110001 | 1001011 | 1000101 |
Color Harmonies of #EB74E1
Complementary color
Monochromatic Colors of #EB74E1
Black with #EB74E1
Text Example
Text Example
White with #EB74E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB74E1; }
p { color: rgb(235,116,225); }
H1.HeaderClassName
{
color: #EB74E1;
}
.AnyTagClassName
{
color: #EB74E1;
}
</style>
background-color css
<style>
a { background-color: #EB74E1; }
a { background-color: rgb(235,116,225); }
div.DivClassName
{
background-color: #EB74E1;
}
.BgClassName
{
background-color: #EB74E1;
}
</style>
border-color css
<style>
span { border-color: #EB74E1; }
span { border-color: rgb(235,116,225); }
td.TdClassName
{
border-color: #EB74E1;
}
.TagClassName
{
border-color: #EB74E1;
}
</style>