Html Css Color HEX #E74DD6 Free Speech Magenta
📋 copy color: '#E74DD6'red 231 ◦ green 77 ◦ blue 214
Shades of Free Speech Magenta #E74DD6
Tints of Free Speech Magenta #E74DD6
RGB
CMYK
RGB Variations
Color information
#E74DD6 (or 0xE74DD6) is known color: Free Speech Magenta. HEX triplet: E7, 4D and D6. RGB value is (231,77,214). Sum of RGB (Red+Green+Blue) = 231+77+214=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DD6 is #18B229. Grayscale: #8A8A8A. Windows color (decimal): -1618474 or 14044647. OLE color: 14044647.
HSL color Cylindrical-coordinate representation of color #E74DD6: hue angle of 306.62º 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 #E74DD6 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 214 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.09 |
| HSL | 306.62º | 0.76% | 0.6% | - |
| HSV(B) | 306.62º | 0.67% | 0.91% | - |
| XYZ | 47.75 | 27.15 | 66.34 | - |
| YUV | 138.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 214 | 0 | 0.67 | 0.07 | 0.09 | 306.62 | 0.76 | 0.6 |
| Hex | E7 | 4D | D6 | 0 | 43 | 7 | 9 | 133 | 4C | 3C |
| Octal | 347 | 115 | 326 | 0 | 103 | 7 | 11 | 463 | 114 | 74 |
| Binary | 11100111 | 1001101 | 11010110 | 0 | 1000011 | 111 | 1001 | 100110011 | 1001100 | 111100 |
Color Harmonies of #E74DD6
Complementary color
Monochromatic Colors of #E74DD6
Black with #E74DD6
Text Example
Text Example
White with #E74DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DD6; }
p { color: rgb(231,77,214); }
H1.HeaderClassName
{
color: #E74DD6;
}
.AnyTagClassName
{
color: #E74DD6;
}
</style>
background-color css
<style>
a { background-color: #E74DD6; }
a { background-color: rgb(231,77,214); }
div.DivClassName
{
background-color: #E74DD6;
}
.BgClassName
{
background-color: #E74DD6;
}
</style>
border-color css
<style>
span { border-color: #E74DD6; }
span { border-color: rgb(231,77,214); }
td.TdClassName
{
border-color: #E74DD6;
}
.TagClassName
{
border-color: #E74DD6;
}
</style>