Html Css Color HEX #E76AD2 Free Speech Magenta
📋 copy color: '#E76AD2'red 231 ◦ green 106 ◦ blue 210
Shades of Free Speech Magenta #E76AD2
Tints of Free Speech Magenta #E76AD2
RGB
CMYK
RGB Variations
Color information
#E76AD2 (or 0xE76AD2) is known color: Free Speech Magenta. HEX triplet: E7, 6A and D2. RGB value is (231,106,210). Sum of RGB (Red+Green+Blue) = 231+106+210=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76AD2 is #18952D. Grayscale: #9A9A9A. Windows color (decimal): -1611054 or 13789927. OLE color: 13789927.
HSL color Cylindrical-coordinate representation of color #E76AD2: hue angle of 310.08º 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 #E76AD2 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 210 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.09 |
| HSL | 310.08º | 0.72% | 0.66% | - |
| HSV(B) | 310.08º | 0.54% | 0.91% | - |
| XYZ | 49.74 | 31.95 | 64.52 | - |
| YUV | 155.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 210 | 0 | 0.54 | 0.09 | 0.09 | 310.08 | 0.72 | 0.66 |
| Hex | E7 | 6A | D2 | 0 | 36 | 9 | 9 | 136 | 48 | 42 |
| Octal | 347 | 152 | 322 | 0 | 66 | 11 | 11 | 466 | 110 | 102 |
| Binary | 11100111 | 1101010 | 11010010 | 0 | 110110 | 1001 | 1001 | 100110110 | 1001000 | 1000010 |
Color Harmonies of #E76AD2
Complementary color
Monochromatic Colors of #E76AD2
Black with #E76AD2
Text Example
Text Example
White with #E76AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76AD2; }
p { color: rgb(231,106,210); }
H1.HeaderClassName
{
color: #E76AD2;
}
.AnyTagClassName
{
color: #E76AD2;
}
</style>
background-color css
<style>
a { background-color: #E76AD2; }
a { background-color: rgb(231,106,210); }
div.DivClassName
{
background-color: #E76AD2;
}
.BgClassName
{
background-color: #E76AD2;
}
</style>
border-color css
<style>
span { border-color: #E76AD2; }
span { border-color: rgb(231,106,210); }
td.TdClassName
{
border-color: #E76AD2;
}
.TagClassName
{
border-color: #E76AD2;
}
</style>