Html Css Color HEX #E74BE1 Free Speech Magenta
📋 copy color: '#E74BE1'red 231 ◦ green 75 ◦ blue 225
Shades of Free Speech Magenta #E74BE1
Tints of Free Speech Magenta #E74BE1
RGB
CMYK
RGB Variations
Color information
#E74BE1 (or 0xE74BE1) is known color: Free Speech Magenta. HEX triplet: E7, 4B and E1. RGB value is (231,75,225). Sum of RGB (Red+Green+Blue) = 231+75+225=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BE1 is #18B41E. Grayscale: #8A8A8A. Windows color (decimal): -1618975 or 14765031. OLE color: 14765031.
HSL color Cylindrical-coordinate representation of color #E74BE1: hue angle of 302.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74BE1 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 225 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.09 |
| HSL | 302.31º | 0.76% | 0.6% | - |
| HSV(B) | 302.31º | 0.68% | 0.91% | - |
| XYZ | 49.06 | 27.46 | 73.95 | - |
| YUV | 138.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 225 | 0 | 0.68 | 0.03 | 0.09 | 302.31 | 0.76 | 0.6 |
| Hex | E7 | 4B | E1 | 0 | 44 | 3 | 9 | 12E | 4C | 3C |
| Octal | 347 | 113 | 341 | 0 | 104 | 3 | 11 | 456 | 114 | 74 |
| Binary | 11100111 | 1001011 | 11100001 | 0 | 1000100 | 11 | 1001 | 100101110 | 1001100 | 111100 |
Color Harmonies of #E74BE1
Complementary color
Monochromatic Colors of #E74BE1
Black with #E74BE1
Text Example
Text Example
White with #E74BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BE1; }
p { color: rgb(231,75,225); }
H1.HeaderClassName
{
color: #E74BE1;
}
.AnyTagClassName
{
color: #E74BE1;
}
</style>
background-color css
<style>
a { background-color: #E74BE1; }
a { background-color: rgb(231,75,225); }
div.DivClassName
{
background-color: #E74BE1;
}
.BgClassName
{
background-color: #E74BE1;
}
</style>
border-color css
<style>
span { border-color: #E74BE1; }
span { border-color: rgb(231,75,225); }
td.TdClassName
{
border-color: #E74BE1;
}
.TagClassName
{
border-color: #E74BE1;
}
</style>