Html Css Color HEX #E752D1 Free Speech Magenta
📋 copy color: '#E752D1'red 231 ◦ green 82 ◦ blue 209
Shades of Free Speech Magenta #E752D1
Tints of Free Speech Magenta #E752D1
RGB
CMYK
RGB Variations
Color information
#E752D1 (or 0xE752D1) is known color: Free Speech Magenta. HEX triplet: E7, 52 and D1. RGB value is (231,82,209). Sum of RGB (Red+Green+Blue) = 231+82+209=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E752D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752D1 is #18AD2E. Grayscale: #8C8C8C. Windows color (decimal): -1617199 or 13718247. OLE color: 13718247.
HSL color Cylindrical-coordinate representation of color #E752D1: hue angle of 308.86º 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 #E752D1 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 209 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.09 |
| HSL | 308.86º | 0.76% | 0.61% | - |
| HSV(B) | 308.86º | 0.65% | 0.91% | - |
| XYZ | 47.48 | 27.63 | 63.15 | - |
| YUV | 141.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 209 | 0 | 0.65 | 0.10 | 0.09 | 308.86 | 0.76 | 0.61 |
| Hex | E7 | 52 | D1 | 0 | 41 | A | 9 | 135 | 4C | 3D |
| Octal | 347 | 122 | 321 | 0 | 101 | 12 | 11 | 465 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11010001 | 0 | 1000001 | 1010 | 1001 | 100110101 | 1001100 | 111101 |
Color Harmonies of #E752D1
Complementary color
Monochromatic Colors of #E752D1
Black with #E752D1
Text Example
Text Example
White with #E752D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752D1; }
p { color: rgb(231,82,209); }
H1.HeaderClassName
{
color: #E752D1;
}
.AnyTagClassName
{
color: #E752D1;
}
</style>
background-color css
<style>
a { background-color: #E752D1; }
a { background-color: rgb(231,82,209); }
div.DivClassName
{
background-color: #E752D1;
}
.BgClassName
{
background-color: #E752D1;
}
</style>
border-color css
<style>
span { border-color: #E752D1; }
span { border-color: rgb(231,82,209); }
td.TdClassName
{
border-color: #E752D1;
}
.TagClassName
{
border-color: #E752D1;
}
</style>