Html Css Color HEX #E754C0 Free Speech Magenta
📋 copy color: '#E754C0'red 231 ◦ green 84 ◦ blue 192
Shades of Free Speech Magenta #E754C0
Tints of Free Speech Magenta #E754C0
RGB
CMYK
RGB Variations
Color information
#E754C0 (or 0xE754C0) is known color: Free Speech Magenta. HEX triplet: E7, 54 and C0. RGB value is (231,84,192). Sum of RGB (Red+Green+Blue) = 231+84+192=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E754C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754C0 is #18AB3F. Grayscale: #8B8B8B. Windows color (decimal): -1616704 or 12604647. OLE color: 12604647.
HSL color Cylindrical-coordinate representation of color #E754C0: hue angle of 315.92º 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 #E754C0 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 192 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.09 |
| HSL | 315.92º | 0.75% | 0.62% | - |
| HSV(B) | 315.92º | 0.64% | 0.91% | - |
| XYZ | 45.64 | 27.14 | 52.7 | - |
| YUV | 140.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 192 | 0 | 0.64 | 0.17 | 0.09 | 315.92 | 0.75 | 0.62 |
| Hex | E7 | 54 | C0 | 0 | 40 | 11 | 9 | 13C | 4B | 3E |
| Octal | 347 | 124 | 300 | 0 | 100 | 21 | 11 | 474 | 113 | 76 |
| Binary | 11100111 | 1010100 | 11000000 | 0 | 1000000 | 10001 | 1001 | 100111100 | 1001011 | 111110 |
Color Harmonies of #E754C0
Complementary color
Monochromatic Colors of #E754C0
Black with #E754C0
Text Example
Text Example
White with #E754C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754C0; }
p { color: rgb(231,84,192); }
H1.HeaderClassName
{
color: #E754C0;
}
.AnyTagClassName
{
color: #E754C0;
}
</style>
background-color css
<style>
a { background-color: #E754C0; }
a { background-color: rgb(231,84,192); }
div.DivClassName
{
background-color: #E754C0;
}
.BgClassName
{
background-color: #E754C0;
}
</style>
border-color css
<style>
span { border-color: #E754C0; }
span { border-color: rgb(231,84,192); }
td.TdClassName
{
border-color: #E754C0;
}
.TagClassName
{
border-color: #E754C0;
}
</style>