Html Css Color HEX #E74EED Free Speech Magenta
📋 copy color: '#E74EED'red 231 ◦ green 78 ◦ blue 237
Shades of Free Speech Magenta #E74EED
Tints of Free Speech Magenta #E74EED
RGB
CMYK
RGB Variations
Color information
#E74EED (or 0xE74EED) is known color: Free Speech Magenta. HEX triplet: E7, 4E and ED. RGB value is (231,78,237). Sum of RGB (Red+Green+Blue) = 231+78+237=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #E74EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74EED is #18B112. Grayscale: #8D8D8D. Windows color (decimal): -1618195 or 15552231. OLE color: 15552231.
HSL color Cylindrical-coordinate representation of color #E74EED: hue angle of 297.74º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74EED is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 78 | 237 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.07 |
| HSL | 297.74º | 0.82% | 0.62% | - |
| HSV(B) | 297.74º | 0.67% | 0.93% | - |
| XYZ | 50.97 | 28.55 | 82.95 | - |
| YUV | 141.87 | 181.69 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 237 | 0.03 | 0.67 | 0 | 0.07 | 297.74 | 0.82 | 0.62 |
| Hex | E7 | 4E | ED | 3 | 43 | 0 | 7 | 12A | 52 | 3E |
| Octal | 347 | 116 | 355 | 3 | 103 | 0 | 7 | 452 | 122 | 76 |
| Binary | 11100111 | 1001110 | 11101101 | 11 | 1000011 | 0 | 111 | 100101010 | 1010010 | 111110 |
Color Harmonies of #E74EED
Complementary color
Monochromatic Colors of #E74EED
Black with #E74EED
Text Example
Text Example
White with #E74EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74EED; }
p { color: rgb(231,78,237); }
H1.HeaderClassName
{
color: #E74EED;
}
.AnyTagClassName
{
color: #E74EED;
}
</style>
background-color css
<style>
a { background-color: #E74EED; }
a { background-color: rgb(231,78,237); }
div.DivClassName
{
background-color: #E74EED;
}
.BgClassName
{
background-color: #E74EED;
}
</style>
border-color css
<style>
span { border-color: #E74EED; }
span { border-color: rgb(231,78,237); }
td.TdClassName
{
border-color: #E74EED;
}
.TagClassName
{
border-color: #E74EED;
}
</style>