Html Css Color HEX #E752EE Free Speech Magenta
📋 copy color: '#E752EE'red 231 ◦ green 82 ◦ blue 238
Shades of Free Speech Magenta #E752EE
Tints of Free Speech Magenta #E752EE
RGB
CMYK
RGB Variations
Color information
#E752EE (or 0xE752EE) is known color: Free Speech Magenta. HEX triplet: E7, 52 and EE. RGB value is (231,82,238). Sum of RGB (Red+Green+Blue) = 231+82+238=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 82 (32.42% from 255 or 14.88% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #E752EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E752EE is #18AD11. Grayscale: #8F8F8F. Windows color (decimal): -1617170 or 15618791. OLE color: 15618791.
HSL color Cylindrical-coordinate representation of color #E752EE: hue angle of 297.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E752EE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 82 | 238 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.07 |
| HSL | 297.31º | 0.82% | 0.63% | - |
| HSV(B) | 297.31º | 0.66% | 0.93% | - |
| XYZ | 51.4 | 29.2 | 83.82 | - |
| YUV | 144.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 238 | 0.03 | 0.66 | 0 | 0.07 | 297.31 | 0.82 | 0.63 |
| Hex | E7 | 52 | EE | 3 | 42 | 0 | 7 | 129 | 52 | 3F |
| Octal | 347 | 122 | 356 | 3 | 102 | 0 | 7 | 451 | 122 | 77 |
| Binary | 11100111 | 1010010 | 11101110 | 11 | 1000010 | 0 | 111 | 100101001 | 1010010 | 111111 |
Color Harmonies of #E752EE
Complementary color
Monochromatic Colors of #E752EE
Black with #E752EE
Text Example
Text Example
White with #E752EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752EE; }
p { color: rgb(231,82,238); }
H1.HeaderClassName
{
color: #E752EE;
}
.AnyTagClassName
{
color: #E752EE;
}
</style>
background-color css
<style>
a { background-color: #E752EE; }
a { background-color: rgb(231,82,238); }
div.DivClassName
{
background-color: #E752EE;
}
.BgClassName
{
background-color: #E752EE;
}
</style>
border-color css
<style>
span { border-color: #E752EE; }
span { border-color: rgb(231,82,238); }
td.TdClassName
{
border-color: #E752EE;
}
.TagClassName
{
border-color: #E752EE;
}
</style>