Html Css Color HEX #E74DD7 Free Speech Magenta
📋 copy color: '#E74DD7'red 231 ◦ green 77 ◦ blue 215
Shades of Free Speech Magenta #E74DD7
Tints of Free Speech Magenta #E74DD7
RGB
CMYK
RGB Variations
Color information
#E74DD7 (or 0xE74DD7) is known color: Free Speech Magenta. HEX triplet: E7, 4D and D7. RGB value is (231,77,215). Sum of RGB (Red+Green+Blue) = 231+77+215=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DD7 is #18B228. Grayscale: #8A8A8A. Windows color (decimal): -1618473 or 14110183. OLE color: 14110183.
HSL color Cylindrical-coordinate representation of color #E74DD7: hue angle of 306.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74DD7 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 215 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.09 |
| HSL | 306.23º | 0.76% | 0.6% | - |
| HSV(B) | 306.23º | 0.67% | 0.91% | - |
| XYZ | 47.87 | 27.2 | 67.02 | - |
| YUV | 138.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 215 | 0 | 0.67 | 0.07 | 0.09 | 306.23 | 0.76 | 0.6 |
| Hex | E7 | 4D | D7 | 0 | 43 | 7 | 9 | 132 | 4C | 3C |
| Octal | 347 | 115 | 327 | 0 | 103 | 7 | 11 | 462 | 114 | 74 |
| Binary | 11100111 | 1001101 | 11010111 | 0 | 1000011 | 111 | 1001 | 100110010 | 1001100 | 111100 |
Color Harmonies of #E74DD7
Complementary color
Monochromatic Colors of #E74DD7
Black with #E74DD7
Text Example
Text Example
White with #E74DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DD7; }
p { color: rgb(231,77,215); }
H1.HeaderClassName
{
color: #E74DD7;
}
.AnyTagClassName
{
color: #E74DD7;
}
</style>
background-color css
<style>
a { background-color: #E74DD7; }
a { background-color: rgb(231,77,215); }
div.DivClassName
{
background-color: #E74DD7;
}
.BgClassName
{
background-color: #E74DD7;
}
</style>
border-color css
<style>
span { border-color: #E74DD7; }
span { border-color: rgb(231,77,215); }
td.TdClassName
{
border-color: #E74DD7;
}
.TagClassName
{
border-color: #E74DD7;
}
</style>