Shades of Violet #EB77E2
Tints of Violet #EB77E2
RGB
CMYK
RGB Variations
Color information
#EB77E2 (or 0xEB77E2) is known color: Violet. HEX triplet: EB, 77 and E2. RGB value is (235,119,226). Sum of RGB (Red+Green+Blue) = 235+119+226=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77E2 is #14881D. Grayscale: #A5A5A5. Windows color (decimal): -1345566 or 14841835. OLE color: 14841835.
HSL color Cylindrical-coordinate representation of color #EB77E2: hue angle of 304.66º 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 #EB77E2 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 119 | 226 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.08 |
| HSL | 304.66º | 0.74% | 0.69% | - |
| HSV(B) | 304.66º | 0.49% | 0.92% | - |
| XYZ | 54.59 | 36.35 | 76.09 | - |
| YUV | 165.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 226 | 0 | 0.49 | 0.04 | 0.08 | 304.66 | 0.74 | 0.69 |
| Hex | EB | 77 | E2 | 0 | 31 | 4 | 8 | 131 | 4A | 45 |
| Octal | 353 | 167 | 342 | 0 | 61 | 4 | 10 | 461 | 112 | 105 |
| Binary | 11101011 | 1110111 | 11100010 | 0 | 110001 | 100 | 1000 | 100110001 | 1001010 | 1000101 |
Color Harmonies of #EB77E2
Complementary color
Monochromatic Colors of #EB77E2
Black with #EB77E2
Text Example
Text Example
White with #EB77E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB77E2; }
p { color: rgb(235,119,226); }
H1.HeaderClassName
{
color: #EB77E2;
}
.AnyTagClassName
{
color: #EB77E2;
}
</style>
background-color css
<style>
a { background-color: #EB77E2; }
a { background-color: rgb(235,119,226); }
div.DivClassName
{
background-color: #EB77E2;
}
.BgClassName
{
background-color: #EB77E2;
}
</style>
border-color css
<style>
span { border-color: #EB77E2; }
span { border-color: rgb(235,119,226); }
td.TdClassName
{
border-color: #EB77E2;
}
.TagClassName
{
border-color: #EB77E2;
}
</style>