Html Css Color HEX #E76ADD Free Speech Magenta
📋 copy color: '#E76ADD'red 231 ◦ green 106 ◦ blue 221
Shades of Free Speech Magenta #E76ADD
Tints of Free Speech Magenta #E76ADD
RGB
CMYK
RGB Variations
Color information
#E76ADD (or 0xE76ADD) is known color: Free Speech Magenta. HEX triplet: E7, 6A and DD. RGB value is (231,106,221). Sum of RGB (Red+Green+Blue) = 231+106+221=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ADD is #189522. Grayscale: #9C9C9C. Windows color (decimal): -1611043 or 14510823. OLE color: 14510823.
HSL color Cylindrical-coordinate representation of color #E76ADD: hue angle of 304.8º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76ADD is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 221 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.09 |
| HSL | 304.8º | 0.72% | 0.66% | - |
| HSV(B) | 304.8º | 0.54% | 0.91% | - |
| XYZ | 51.16 | 32.52 | 71.99 | - |
| YUV | 156.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 221 | 0 | 0.54 | 0.04 | 0.09 | 304.8 | 0.72 | 0.66 |
| Hex | E7 | 6A | DD | 0 | 36 | 4 | 9 | 131 | 48 | 42 |
| Octal | 347 | 152 | 335 | 0 | 66 | 4 | 11 | 461 | 110 | 102 |
| Binary | 11100111 | 1101010 | 11011101 | 0 | 110110 | 100 | 1001 | 100110001 | 1001000 | 1000010 |
Color Harmonies of #E76ADD
Complementary color
Monochromatic Colors of #E76ADD
Black with #E76ADD
Text Example
Text Example
White with #E76ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76ADD; }
p { color: rgb(231,106,221); }
H1.HeaderClassName
{
color: #E76ADD;
}
.AnyTagClassName
{
color: #E76ADD;
}
</style>
background-color css
<style>
a { background-color: #E76ADD; }
a { background-color: rgb(231,106,221); }
div.DivClassName
{
background-color: #E76ADD;
}
.BgClassName
{
background-color: #E76ADD;
}
</style>
border-color css
<style>
span { border-color: #E76ADD; }
span { border-color: rgb(231,106,221); }
td.TdClassName
{
border-color: #E76ADD;
}
.TagClassName
{
border-color: #E76ADD;
}
</style>