Html Css Color HEX #E752E4 Free Speech Magenta
📋 copy color: '#E752E4'red 231 ◦ green 82 ◦ blue 228
Shades of Free Speech Magenta #E752E4
Tints of Free Speech Magenta #E752E4
RGB
CMYK
RGB Variations
Color information
#E752E4 (or 0xE752E4) is known color: Free Speech Magenta. HEX triplet: E7, 52 and E4. RGB value is (231,82,228). Sum of RGB (Red+Green+Blue) = 231+82+228=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E752E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752E4 is #18AD1B. Grayscale: #8E8E8E. Windows color (decimal): -1617180 or 14963431. OLE color: 14963431.
HSL color Cylindrical-coordinate representation of color #E752E4: hue angle of 301.21º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E752E4 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 228 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.09 |
| HSL | 301.21º | 0.76% | 0.61% | - |
| HSV(B) | 301.21º | 0.65% | 0.91% | - |
| XYZ | 49.98 | 28.62 | 76.29 | - |
| YUV | 143.2 | 175.86 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 228 | 0 | 0.65 | 0.01 | 0.09 | 301.21 | 0.76 | 0.61 |
| Hex | E7 | 52 | E4 | 0 | 41 | 1 | 9 | 12D | 4C | 3D |
| Octal | 347 | 122 | 344 | 0 | 101 | 1 | 11 | 455 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11100100 | 0 | 1000001 | 1 | 1001 | 100101101 | 1001100 | 111101 |
Color Harmonies of #E752E4
Complementary color
Monochromatic Colors of #E752E4
Black with #E752E4
Text Example
Text Example
White with #E752E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752E4; }
p { color: rgb(231,82,228); }
H1.HeaderClassName
{
color: #E752E4;
}
.AnyTagClassName
{
color: #E752E4;
}
</style>
background-color css
<style>
a { background-color: #E752E4; }
a { background-color: rgb(231,82,228); }
div.DivClassName
{
background-color: #E752E4;
}
.BgClassName
{
background-color: #E752E4;
}
</style>
border-color css
<style>
span { border-color: #E752E4; }
span { border-color: rgb(231,82,228); }
td.TdClassName
{
border-color: #E752E4;
}
.TagClassName
{
border-color: #E752E4;
}
</style>