Html Css Color HEX #E74CC5 Free Speech Magenta
📋 copy color: '#E74CC5'red 231 ◦ green 76 ◦ blue 197
Shades of Free Speech Magenta #E74CC5
Tints of Free Speech Magenta #E74CC5
RGB
CMYK
RGB Variations
Color information
#E74CC5 (or 0xE74CC5) is known color: Free Speech Magenta. HEX triplet: E7, 4C and C5. RGB value is (231,76,197). Sum of RGB (Red+Green+Blue) = 231+76+197=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CC5 is #18B33A. Grayscale: #878787. Windows color (decimal): -1618747 or 12930279. OLE color: 12930279.
HSL color Cylindrical-coordinate representation of color #E74CC5: hue angle of 313.16º 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 #E74CC5 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 197 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.09 |
| HSL | 313.16º | 0.76% | 0.6% | - |
| HSV(B) | 313.16º | 0.67% | 0.91% | - |
| XYZ | 45.62 | 26.19 | 55.47 | - |
| YUV | 136.14 | 162.35 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 197 | 0 | 0.67 | 0.15 | 0.09 | 313.16 | 0.76 | 0.6 |
| Hex | E7 | 4C | C5 | 0 | 43 | F | 9 | 139 | 4C | 3C |
| Octal | 347 | 114 | 305 | 0 | 103 | 17 | 11 | 471 | 114 | 74 |
| Binary | 11100111 | 1001100 | 11000101 | 0 | 1000011 | 1111 | 1001 | 100111001 | 1001100 | 111100 |
Color Harmonies of #E74CC5
Complementary color
Monochromatic Colors of #E74CC5
Black with #E74CC5
Text Example
Text Example
White with #E74CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74CC5; }
p { color: rgb(231,76,197); }
H1.HeaderClassName
{
color: #E74CC5;
}
.AnyTagClassName
{
color: #E74CC5;
}
</style>
background-color css
<style>
a { background-color: #E74CC5; }
a { background-color: rgb(231,76,197); }
div.DivClassName
{
background-color: #E74CC5;
}
.BgClassName
{
background-color: #E74CC5;
}
</style>
border-color css
<style>
span { border-color: #E74CC5; }
span { border-color: rgb(231,76,197); }
td.TdClassName
{
border-color: #E74CC5;
}
.TagClassName
{
border-color: #E74CC5;
}
</style>