Html Css Color HEX #E74CE7 Free Speech Magenta
📋 copy color: '#E74CE7'red 231 ◦ green 76 ◦ blue 231
Shades of Free Speech Magenta #E74CE7
Tints of Free Speech Magenta #E74CE7
RGB
CMYK
RGB Variations
Color information
#E74CE7 (or 0xE74CE7) is known color: Free Speech Magenta. HEX triplet: E7, 4C and E7. RGB value is (231,76,231). Sum of RGB (Red+Green+Blue) = 231+76+231=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 76 (30.08% from 255 or 14.13% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: red, blue. Hex color #E74CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74CE7 is #18B318. Grayscale: #8B8B8B. Windows color (decimal): -1618713 or 15158503. OLE color: 15158503.
HSL color Cylindrical-coordinate representation of color #E74CE7: hue angle of 300º 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 #E74CE7 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 231 | - |
| CMYK | 0 | 0.67 | 0 | 0.09 |
| HSL | 300º | 0.76% | 0.6% | - |
| HSV(B) | 300º | 0.67% | 0.91% | - |
| XYZ | 49.96 | 27.93 | 78.36 | - |
| YUV | 140.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 231 | 0 | 0.67 | 0 | 0.09 | 300 | 0.76 | 0.6 |
| Hex | E7 | 4C | E7 | 0 | 43 | 0 | 9 | 12C | 4C | 3C |
| Octal | 347 | 114 | 347 | 0 | 103 | 0 | 11 | 454 | 114 | 74 |
| Binary | 11100111 | 1001100 | 11100111 | 0 | 1000011 | 0 | 1001 | 100101100 | 1001100 | 111100 |
Color Harmonies of #E74CE7
Complementary color
Monochromatic Colors of #E74CE7
Black with #E74CE7
Text Example
Text Example
White with #E74CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74CE7; }
p { color: rgb(231,76,231); }
H1.HeaderClassName
{
color: #E74CE7;
}
.AnyTagClassName
{
color: #E74CE7;
}
</style>
background-color css
<style>
a { background-color: #E74CE7; }
a { background-color: rgb(231,76,231); }
div.DivClassName
{
background-color: #E74CE7;
}
.BgClassName
{
background-color: #E74CE7;
}
</style>
border-color css
<style>
span { border-color: #E74CE7; }
span { border-color: rgb(231,76,231); }
td.TdClassName
{
border-color: #E74CE7;
}
.TagClassName
{
border-color: #E74CE7;
}
</style>