Shades of Violet #EB77E4
Tints of Violet #EB77E4
RGB
CMYK
RGB Variations
Color information
#EB77E4 (or 0xEB77E4) is known color: Violet. HEX triplet: EB, 77 and E4. RGB value is (235,119,228). Sum of RGB (Red+Green+Blue) = 235+119+228=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77E4 is #14881B. Grayscale: #A5A5A5. Windows color (decimal): -1345564 or 14972907. OLE color: 14972907.
HSL color Cylindrical-coordinate representation of color #EB77E4: hue angle of 303.62º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB77E4 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 119 | 228 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.08 |
| HSL | 303.62º | 0.74% | 0.69% | - |
| HSV(B) | 303.62º | 0.49% | 0.92% | - |
| XYZ | 54.86 | 36.46 | 77.54 | - |
| YUV | 166.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 228 | 0 | 0.49 | 0.03 | 0.08 | 303.62 | 0.74 | 0.69 |
| Hex | EB | 77 | E4 | 0 | 31 | 3 | 8 | 130 | 4A | 45 |
| Octal | 353 | 167 | 344 | 0 | 61 | 3 | 10 | 460 | 112 | 105 |
| Binary | 11101011 | 1110111 | 11100100 | 0 | 110001 | 11 | 1000 | 100110000 | 1001010 | 1000101 |
Color Harmonies of #EB77E4
Complementary color
Monochromatic Colors of #EB77E4
Black with #EB77E4
Text Example
Text Example
White with #EB77E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB77E4; }
p { color: rgb(235,119,228); }
H1.HeaderClassName
{
color: #EB77E4;
}
.AnyTagClassName
{
color: #EB77E4;
}
</style>
background-color css
<style>
a { background-color: #EB77E4; }
a { background-color: rgb(235,119,228); }
div.DivClassName
{
background-color: #EB77E4;
}
.BgClassName
{
background-color: #EB77E4;
}
</style>
border-color css
<style>
span { border-color: #EB77E4; }
span { border-color: rgb(235,119,228); }
td.TdClassName
{
border-color: #EB77E4;
}
.TagClassName
{
border-color: #EB77E4;
}
</style>