Html Css Color HEX #E74DD5 Free Speech Magenta
📋 copy color: '#E74DD5'red 231 ◦ green 77 ◦ blue 213
Shades of Free Speech Magenta #E74DD5
Tints of Free Speech Magenta #E74DD5
RGB
CMYK
RGB Variations
Color information
#E74DD5 (or 0xE74DD5) is known color: Free Speech Magenta. HEX triplet: E7, 4D and D5. RGB value is (231,77,213). Sum of RGB (Red+Green+Blue) = 231+77+213=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DD5 is #18B22A. Grayscale: #8A8A8A. Windows color (decimal): -1618475 or 13979111. OLE color: 13979111.
HSL color Cylindrical-coordinate representation of color #E74DD5: hue angle of 307.01º 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 #E74DD5 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 213 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.09 |
| HSL | 307.01º | 0.76% | 0.6% | - |
| HSV(B) | 307.01º | 0.67% | 0.91% | - |
| XYZ | 47.62 | 27.1 | 65.67 | - |
| YUV | 138.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 213 | 0 | 0.67 | 0.08 | 0.09 | 307.01 | 0.76 | 0.6 |
| Hex | E7 | 4D | D5 | 0 | 43 | 8 | 9 | 133 | 4C | 3C |
| Octal | 347 | 115 | 325 | 0 | 103 | 10 | 11 | 463 | 114 | 74 |
| Binary | 11100111 | 1001101 | 11010101 | 0 | 1000011 | 1000 | 1001 | 100110011 | 1001100 | 111100 |
Color Harmonies of #E74DD5
Complementary color
Monochromatic Colors of #E74DD5
Black with #E74DD5
Text Example
Text Example
White with #E74DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DD5; }
p { color: rgb(231,77,213); }
H1.HeaderClassName
{
color: #E74DD5;
}
.AnyTagClassName
{
color: #E74DD5;
}
</style>
background-color css
<style>
a { background-color: #E74DD5; }
a { background-color: rgb(231,77,213); }
div.DivClassName
{
background-color: #E74DD5;
}
.BgClassName
{
background-color: #E74DD5;
}
</style>
border-color css
<style>
span { border-color: #E74DD5; }
span { border-color: rgb(231,77,213); }
td.TdClassName
{
border-color: #E74DD5;
}
.TagClassName
{
border-color: #E74DD5;
}
</style>