Html Css Color HEX #E754C3 Free Speech Magenta
📋 copy color: '#E754C3'red 231 ◦ green 84 ◦ blue 195
Shades of Free Speech Magenta #E754C3
Tints of Free Speech Magenta #E754C3
RGB
CMYK
RGB Variations
Color information
#E754C3 (or 0xE754C3) is known color: Free Speech Magenta. HEX triplet: E7, 54 and C3. RGB value is (231,84,195). Sum of RGB (Red+Green+Blue) = 231+84+195=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E754C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754C3 is #18AB3C. Grayscale: #8C8C8C. Windows color (decimal): -1616701 or 12801255. OLE color: 12801255.
HSL color Cylindrical-coordinate representation of color #E754C3: hue angle of 314.69º 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 #E754C3 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 195 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.09 |
| HSL | 314.69º | 0.75% | 0.62% | - |
| HSV(B) | 314.69º | 0.64% | 0.91% | - |
| XYZ | 45.98 | 27.27 | 54.47 | - |
| YUV | 140.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 195 | 0 | 0.64 | 0.16 | 0.09 | 314.69 | 0.75 | 0.62 |
| Hex | E7 | 54 | C3 | 0 | 40 | 10 | 9 | 13B | 4B | 3E |
| Octal | 347 | 124 | 303 | 0 | 100 | 20 | 11 | 473 | 113 | 76 |
| Binary | 11100111 | 1010100 | 11000011 | 0 | 1000000 | 10000 | 1001 | 100111011 | 1001011 | 111110 |
Color Harmonies of #E754C3
Complementary color
Monochromatic Colors of #E754C3
Black with #E754C3
Text Example
Text Example
White with #E754C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754C3; }
p { color: rgb(231,84,195); }
H1.HeaderClassName
{
color: #E754C3;
}
.AnyTagClassName
{
color: #E754C3;
}
</style>
background-color css
<style>
a { background-color: #E754C3; }
a { background-color: rgb(231,84,195); }
div.DivClassName
{
background-color: #E754C3;
}
.BgClassName
{
background-color: #E754C3;
}
</style>
border-color css
<style>
span { border-color: #E754C3; }
span { border-color: rgb(231,84,195); }
td.TdClassName
{
border-color: #E754C3;
}
.TagClassName
{
border-color: #E754C3;
}
</style>