Html Css Color HEX #E74DC0 Free Speech Magenta
📋 copy color: '#E74DC0'red 231 ◦ green 77 ◦ blue 192
Shades of Free Speech Magenta #E74DC0
Tints of Free Speech Magenta #E74DC0
RGB
CMYK
RGB Variations
Color information
#E74DC0 (or 0xE74DC0) is known color: Free Speech Magenta. HEX triplet: E7, 4D and C0. RGB value is (231,77,192). Sum of RGB (Red+Green+Blue) = 231+77+192=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DC0 is #18B23F. Grayscale: #878787. Windows color (decimal): -1618496 or 12602855. OLE color: 12602855.
HSL color Cylindrical-coordinate representation of color #E74DC0: hue angle of 315.19º 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 #E74DC0 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 192 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.09 |
| HSL | 315.19º | 0.76% | 0.6% | - |
| HSV(B) | 315.19º | 0.67% | 0.91% | - |
| XYZ | 45.12 | 26.1 | 52.53 | - |
| YUV | 136.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 192 | 0 | 0.67 | 0.17 | 0.09 | 315.19 | 0.76 | 0.6 |
| Hex | E7 | 4D | C0 | 0 | 43 | 11 | 9 | 13B | 4C | 3C |
| Octal | 347 | 115 | 300 | 0 | 103 | 21 | 11 | 473 | 114 | 74 |
| Binary | 11100111 | 1001101 | 11000000 | 0 | 1000011 | 10001 | 1001 | 100111011 | 1001100 | 111100 |
Color Harmonies of #E74DC0
Complementary color
Monochromatic Colors of #E74DC0
Black with #E74DC0
Text Example
Text Example
White with #E74DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DC0; }
p { color: rgb(231,77,192); }
H1.HeaderClassName
{
color: #E74DC0;
}
.AnyTagClassName
{
color: #E74DC0;
}
</style>
background-color css
<style>
a { background-color: #E74DC0; }
a { background-color: rgb(231,77,192); }
div.DivClassName
{
background-color: #E74DC0;
}
.BgClassName
{
background-color: #E74DC0;
}
</style>
border-color css
<style>
span { border-color: #E74DC0; }
span { border-color: rgb(231,77,192); }
td.TdClassName
{
border-color: #E74DC0;
}
.TagClassName
{
border-color: #E74DC0;
}
</style>