Shades of Violet #E77FDD
Tints of Violet #E77FDD
RGB
CMYK
RGB Variations
Color information
#E77FDD (or 0xE77FDD) is known color: Violet. HEX triplet: E7, 7F and DD. RGB value is (231,127,221). Sum of RGB (Red+Green+Blue) = 231+127+221=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FDD is #188022. Grayscale: #A8A8A8. Windows color (decimal): -1605667 or 14516199. OLE color: 14516199.
HSL color Cylindrical-coordinate representation of color #E77FDD: hue angle of 305.77º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77FDD is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 221 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.09 |
| HSL | 305.77º | 0.68% | 0.7% | - |
| HSV(B) | 305.77º | 0.45% | 0.91% | - |
| XYZ | 53.6 | 37.39 | 72.8 | - |
| YUV | 168.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 221 | 0 | 0.45 | 0.04 | 0.09 | 305.77 | 0.68 | 0.7 |
| Hex | E7 | 7F | DD | 0 | 2D | 4 | 9 | 132 | 44 | 46 |
| Octal | 347 | 177 | 335 | 0 | 55 | 4 | 11 | 462 | 104 | 106 |
| Binary | 11100111 | 1111111 | 11011101 | 0 | 101101 | 100 | 1001 | 100110010 | 1000100 | 1000110 |
Color Harmonies of #E77FDD
Complementary color
Monochromatic Colors of #E77FDD
Black with #E77FDD
Text Example
Text Example
White with #E77FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77FDD; }
p { color: rgb(231,127,221); }
H1.HeaderClassName
{
color: #E77FDD;
}
.AnyTagClassName
{
color: #E77FDD;
}
</style>
background-color css
<style>
a { background-color: #E77FDD; }
a { background-color: rgb(231,127,221); }
div.DivClassName
{
background-color: #E77FDD;
}
.BgClassName
{
background-color: #E77FDD;
}
</style>
border-color css
<style>
span { border-color: #E77FDD; }
span { border-color: rgb(231,127,221); }
td.TdClassName
{
border-color: #E77FDD;
}
.TagClassName
{
border-color: #E77FDD;
}
</style>