Html Css Color HEX #E74CE5 Free Speech Magenta
📋 copy color: '#E74CE5'red 231 ◦ green 76 ◦ blue 229
Shades of Free Speech Magenta #E74CE5
Tints of Free Speech Magenta #E74CE5
RGB
CMYK
RGB Variations
Color information
#E74CE5 (or 0xE74CE5) is known color: Free Speech Magenta. HEX triplet: E7, 4C and E5. RGB value is (231,76,229). Sum of RGB (Red+Green+Blue) = 231+76+229=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 76 (30.08% from 255 or 14.18% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CE5 is #18B31A. Grayscale: #8B8B8B. Windows color (decimal): -1618715 or 15027431. OLE color: 15027431.
HSL color Cylindrical-coordinate representation of color #E74CE5: hue angle of 300.77º 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 #E74CE5 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 229 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.09 |
| HSL | 300.77º | 0.76% | 0.6% | - |
| HSV(B) | 300.77º | 0.67% | 0.91% | - |
| XYZ | 49.68 | 27.81 | 76.88 | - |
| YUV | 139.79 | 178.35 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 229 | 0 | 0.67 | 0.01 | 0.09 | 300.77 | 0.76 | 0.6 |
| Hex | E7 | 4C | E5 | 0 | 43 | 1 | 9 | 12D | 4C | 3C |
| Octal | 347 | 114 | 345 | 0 | 103 | 1 | 11 | 455 | 114 | 74 |
| Binary | 11100111 | 1001100 | 11100101 | 0 | 1000011 | 1 | 1001 | 100101101 | 1001100 | 111100 |
Color Harmonies of #E74CE5
Complementary color
Monochromatic Colors of #E74CE5
Black with #E74CE5
Text Example
Text Example
White with #E74CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74CE5; }
p { color: rgb(231,76,229); }
H1.HeaderClassName
{
color: #E74CE5;
}
.AnyTagClassName
{
color: #E74CE5;
}
</style>
background-color css
<style>
a { background-color: #E74CE5; }
a { background-color: rgb(231,76,229); }
div.DivClassName
{
background-color: #E74CE5;
}
.BgClassName
{
background-color: #E74CE5;
}
</style>
border-color css
<style>
span { border-color: #E74CE5; }
span { border-color: rgb(231,76,229); }
td.TdClassName
{
border-color: #E74CE5;
}
.TagClassName
{
border-color: #E74CE5;
}
</style>