Html Css Color HEX #E74DC5 Free Speech Magenta
📋 copy color: '#E74DC5'red 231 ◦ green 77 ◦ blue 197
Shades of Free Speech Magenta #E74DC5
Tints of Free Speech Magenta #E74DC5
RGB
CMYK
RGB Variations
Color information
#E74DC5 (or 0xE74DC5) is known color: Free Speech Magenta. HEX triplet: E7, 4D and C5. RGB value is (231,77,197). Sum of RGB (Red+Green+Blue) = 231+77+197=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DC5 is #18B23A. Grayscale: #888888. Windows color (decimal): -1618491 or 12930535. OLE color: 12930535.
HSL color Cylindrical-coordinate representation of color #E74DC5: hue angle of 313.25º 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 #E74DC5 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 197 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.09 |
| HSL | 313.25º | 0.76% | 0.6% | - |
| HSV(B) | 313.25º | 0.67% | 0.91% | - |
| XYZ | 45.69 | 26.33 | 55.5 | - |
| YUV | 136.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 197 | 0 | 0.67 | 0.15 | 0.09 | 313.25 | 0.76 | 0.6 |
| Hex | E7 | 4D | C5 | 0 | 43 | F | 9 | 139 | 4C | 3C |
| Octal | 347 | 115 | 305 | 0 | 103 | 17 | 11 | 471 | 114 | 74 |
| Binary | 11100111 | 1001101 | 11000101 | 0 | 1000011 | 1111 | 1001 | 100111001 | 1001100 | 111100 |
Color Harmonies of #E74DC5
Complementary color
Monochromatic Colors of #E74DC5
Black with #E74DC5
Text Example
Text Example
White with #E74DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DC5; }
p { color: rgb(231,77,197); }
H1.HeaderClassName
{
color: #E74DC5;
}
.AnyTagClassName
{
color: #E74DC5;
}
</style>
background-color css
<style>
a { background-color: #E74DC5; }
a { background-color: rgb(231,77,197); }
div.DivClassName
{
background-color: #E74DC5;
}
.BgClassName
{
background-color: #E74DC5;
}
</style>
border-color css
<style>
span { border-color: #E74DC5; }
span { border-color: rgb(231,77,197); }
td.TdClassName
{
border-color: #E74DC5;
}
.TagClassName
{
border-color: #E74DC5;
}
</style>