Html Css Color HEX #E754E4 Free Speech Magenta
📋 copy color: '#E754E4'red 231 ◦ green 84 ◦ blue 228
Shades of Free Speech Magenta #E754E4
Tints of Free Speech Magenta #E754E4
RGB
CMYK
RGB Variations
Color information
#E754E4 (or 0xE754E4) is known color: Free Speech Magenta. HEX triplet: E7, 54 and E4. RGB value is (231,84,228). Sum of RGB (Red+Green+Blue) = 231+84+228=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 84 (33.20% from 255 or 15.47% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E754E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754E4 is #18AB1B. Grayscale: #8F8F8F. Windows color (decimal): -1616668 or 14963943. OLE color: 14963943.
HSL color Cylindrical-coordinate representation of color #E754E4: hue angle of 301.22º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E754E4 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 228 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.09 |
| HSL | 301.22º | 0.75% | 0.62% | - |
| HSV(B) | 301.22º | 0.64% | 0.91% | - |
| XYZ | 50.13 | 28.93 | 76.34 | - |
| YUV | 144.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 228 | 0 | 0.64 | 0.01 | 0.09 | 301.22 | 0.75 | 0.62 |
| Hex | E7 | 54 | E4 | 0 | 40 | 1 | 9 | 12D | 4B | 3E |
| Octal | 347 | 124 | 344 | 0 | 100 | 1 | 11 | 455 | 113 | 76 |
| Binary | 11100111 | 1010100 | 11100100 | 0 | 1000000 | 1 | 1001 | 100101101 | 1001011 | 111110 |
Color Harmonies of #E754E4
Complementary color
Monochromatic Colors of #E754E4
Black with #E754E4
Text Example
Text Example
White with #E754E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754E4; }
p { color: rgb(231,84,228); }
H1.HeaderClassName
{
color: #E754E4;
}
.AnyTagClassName
{
color: #E754E4;
}
</style>
background-color css
<style>
a { background-color: #E754E4; }
a { background-color: rgb(231,84,228); }
div.DivClassName
{
background-color: #E754E4;
}
.BgClassName
{
background-color: #E754E4;
}
</style>
border-color css
<style>
span { border-color: #E754E4; }
span { border-color: rgb(231,84,228); }
td.TdClassName
{
border-color: #E754E4;
}
.TagClassName
{
border-color: #E754E4;
}
</style>