Html Css Color HEX #E754EF Free Speech Magenta
📋 copy color: '#E754EF'red 231 ◦ green 84 ◦ blue 239
Shades of Free Speech Magenta #E754EF
Tints of Free Speech Magenta #E754EF
RGB
CMYK
RGB Variations
Color information
#E754EF (or 0xE754EF) is known color: Free Speech Magenta. HEX triplet: E7, 54 and EF. RGB value is (231,84,239). Sum of RGB (Red+Green+Blue) = 231+84+239=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 84 (33.20% from 255 or 15.16% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #E754EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E754EF is #18AB10. Grayscale: #919191. Windows color (decimal): -1616657 or 15684839. OLE color: 15684839.
HSL color Cylindrical-coordinate representation of color #E754EF: hue angle of 296.9º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E754EF is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 84 | 239 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.06 |
| HSL | 296.9º | 0.83% | 0.63% | - |
| HSV(B) | 296.9º | 0.65% | 0.94% | - |
| XYZ | 51.71 | 29.56 | 84.64 | - |
| YUV | 145.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 239 | 0.03 | 0.65 | 0 | 0.06 | 296.9 | 0.83 | 0.63 |
| Hex | E7 | 54 | EF | 3 | 41 | 0 | 6 | 129 | 53 | 3F |
| Octal | 347 | 124 | 357 | 3 | 101 | 0 | 6 | 451 | 123 | 77 |
| Binary | 11100111 | 1010100 | 11101111 | 11 | 1000001 | 0 | 110 | 100101001 | 1010011 | 111111 |
Color Harmonies of #E754EF
Complementary color
Monochromatic Colors of #E754EF
Black with #E754EF
Text Example
Text Example
White with #E754EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754EF; }
p { color: rgb(231,84,239); }
H1.HeaderClassName
{
color: #E754EF;
}
.AnyTagClassName
{
color: #E754EF;
}
</style>
background-color css
<style>
a { background-color: #E754EF; }
a { background-color: rgb(231,84,239); }
div.DivClassName
{
background-color: #E754EF;
}
.BgClassName
{
background-color: #E754EF;
}
</style>
border-color css
<style>
span { border-color: #E754EF; }
span { border-color: rgb(231,84,239); }
td.TdClassName
{
border-color: #E754EF;
}
.TagClassName
{
border-color: #E754EF;
}
</style>