Shades of Violet #E77BDF
Tints of Violet #E77BDF
RGB
CMYK
RGB Variations
Color information
#E77BDF (or 0xE77BDF) is known color: Violet. HEX triplet: E7, 7B and DF. RGB value is (231,123,223). Sum of RGB (Red+Green+Blue) = 231+123+223=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BDF is #188420. Grayscale: #A6A6A6. Windows color (decimal): -1606689 or 14646247. OLE color: 14646247.
HSL color Cylindrical-coordinate representation of color #E77BDF: hue angle of 304.44º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77BDF is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 223 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.09 |
| HSL | 304.44º | 0.69% | 0.69% | - |
| HSV(B) | 304.44º | 0.47% | 0.91% | - |
| XYZ | 53.36 | 36.48 | 74.04 | - |
| YUV | 166.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 223 | 0 | 0.47 | 0.03 | 0.09 | 304.44 | 0.69 | 0.69 |
| Hex | E7 | 7B | DF | 0 | 2F | 3 | 9 | 130 | 45 | 45 |
| Octal | 347 | 173 | 337 | 0 | 57 | 3 | 11 | 460 | 105 | 105 |
| Binary | 11100111 | 1111011 | 11011111 | 0 | 101111 | 11 | 1001 | 100110000 | 1000101 | 1000101 |
Color Harmonies of #E77BDF
Complementary color
Monochromatic Colors of #E77BDF
Black with #E77BDF
Text Example
Text Example
White with #E77BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BDF; }
p { color: rgb(231,123,223); }
H1.HeaderClassName
{
color: #E77BDF;
}
.AnyTagClassName
{
color: #E77BDF;
}
</style>
background-color css
<style>
a { background-color: #E77BDF; }
a { background-color: rgb(231,123,223); }
div.DivClassName
{
background-color: #E77BDF;
}
.BgClassName
{
background-color: #E77BDF;
}
</style>
border-color css
<style>
span { border-color: #E77BDF; }
span { border-color: rgb(231,123,223); }
td.TdClassName
{
border-color: #E77BDF;
}
.TagClassName
{
border-color: #E77BDF;
}
</style>