Html Css Color HEX #E752E6 Free Speech Magenta
📋 copy color: '#E752E6'red 231 ◦ green 82 ◦ blue 230
Shades of Free Speech Magenta #E752E6
Tints of Free Speech Magenta #E752E6
RGB
CMYK
RGB Variations
Color information
#E752E6 (or 0xE752E6) is known color: Free Speech Magenta. HEX triplet: E7, 52 and E6. RGB value is (231,82,230). Sum of RGB (Red+Green+Blue) = 231+82+230=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 82 (32.42% from 255 or 15.10% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E752E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E752E6 is #18AD19. Grayscale: #8E8E8E. Windows color (decimal): -1617178 or 15094503. OLE color: 15094503.
HSL color Cylindrical-coordinate representation of color #E752E6: hue angle of 300.4º 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 #E752E6 is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 230 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.09 |
| HSL | 300.4º | 0.76% | 0.61% | - |
| HSV(B) | 300.4º | 0.65% | 0.91% | - |
| XYZ | 50.26 | 28.74 | 77.76 | - |
| YUV | 143.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 230 | 0 | 0.65 | 0.00 | 0.09 | 300.4 | 0.76 | 0.61 |
| Hex | E7 | 52 | E6 | 0 | 41 | 0 | 9 | 12C | 4C | 3D |
| Octal | 347 | 122 | 346 | 0 | 101 | 0 | 11 | 454 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11100110 | 0 | 1000001 | 0 | 1001 | 100101100 | 1001100 | 111101 |
Color Harmonies of #E752E6
Complementary color
Monochromatic Colors of #E752E6
Black with #E752E6
Text Example
Text Example
White with #E752E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752E6; }
p { color: rgb(231,82,230); }
H1.HeaderClassName
{
color: #E752E6;
}
.AnyTagClassName
{
color: #E752E6;
}
</style>
background-color css
<style>
a { background-color: #E752E6; }
a { background-color: rgb(231,82,230); }
div.DivClassName
{
background-color: #E752E6;
}
.BgClassName
{
background-color: #E752E6;
}
</style>
border-color css
<style>
span { border-color: #E752E6; }
span { border-color: rgb(231,82,230); }
td.TdClassName
{
border-color: #E752E6;
}
.TagClassName
{
border-color: #E752E6;
}
</style>