Shades of Violet #EB77E3
Tints of Violet #EB77E3
RGB
CMYK
RGB Variations
Color information
#EB77E3 (or 0xEB77E3) is known color: Violet. HEX triplet: EB, 77 and E3. RGB value is (235,119,227). Sum of RGB (Red+Green+Blue) = 235+119+227=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77E3 is #14881C. Grayscale: #A5A5A5. Windows color (decimal): -1345565 or 14907371. OLE color: 14907371.
HSL color Cylindrical-coordinate representation of color #EB77E3: hue angle of 304.14º 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 #EB77E3 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 119 | 227 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.08 |
| HSL | 304.14º | 0.74% | 0.69% | - |
| HSV(B) | 304.14º | 0.49% | 0.92% | - |
| XYZ | 54.72 | 36.4 | 76.82 | - |
| YUV | 166 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 227 | 0 | 0.49 | 0.03 | 0.08 | 304.14 | 0.74 | 0.69 |
| Hex | EB | 77 | E3 | 0 | 31 | 3 | 8 | 130 | 4A | 45 |
| Octal | 353 | 167 | 343 | 0 | 61 | 3 | 10 | 460 | 112 | 105 |
| Binary | 11101011 | 1110111 | 11100011 | 0 | 110001 | 11 | 1000 | 100110000 | 1001010 | 1000101 |
Color Harmonies of #EB77E3
Complementary color
Monochromatic Colors of #EB77E3
Black with #EB77E3
Text Example
Text Example
White with #EB77E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB77E3; }
p { color: rgb(235,119,227); }
H1.HeaderClassName
{
color: #EB77E3;
}
.AnyTagClassName
{
color: #EB77E3;
}
</style>
background-color css
<style>
a { background-color: #EB77E3; }
a { background-color: rgb(235,119,227); }
div.DivClassName
{
background-color: #EB77E3;
}
.BgClassName
{
background-color: #EB77E3;
}
</style>
border-color css
<style>
span { border-color: #EB77E3; }
span { border-color: rgb(235,119,227); }
td.TdClassName
{
border-color: #EB77E3;
}
.TagClassName
{
border-color: #EB77E3;
}
</style>