Html Css Color HEX #E750D0 Free Speech Magenta
📋 copy color: '#E750D0'red 231 ◦ green 80 ◦ blue 208
Shades of Free Speech Magenta #E750D0
Tints of Free Speech Magenta #E750D0
RGB
CMYK
RGB Variations
Color information
#E750D0 (or 0xE750D0) is known color: Free Speech Magenta. HEX triplet: E7, 50 and D0. RGB value is (231,80,208). Sum of RGB (Red+Green+Blue) = 231+80+208=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E750D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750D0 is #18AF2F. Grayscale: #8B8B8B. Windows color (decimal): -1617712 or 13652199. OLE color: 13652199.
HSL color Cylindrical-coordinate representation of color #E750D0: hue angle of 309.14º 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 #E750D0 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 208 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.09 |
| HSL | 309.14º | 0.76% | 0.61% | - |
| HSV(B) | 309.14º | 0.65% | 0.91% | - |
| XYZ | 47.21 | 27.28 | 62.45 | - |
| YUV | 139.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 208 | 0 | 0.65 | 0.10 | 0.09 | 309.14 | 0.76 | 0.61 |
| Hex | E7 | 50 | D0 | 0 | 41 | A | 9 | 135 | 4C | 3D |
| Octal | 347 | 120 | 320 | 0 | 101 | 12 | 11 | 465 | 114 | 75 |
| Binary | 11100111 | 1010000 | 11010000 | 0 | 1000001 | 1010 | 1001 | 100110101 | 1001100 | 111101 |
Color Harmonies of #E750D0
Complementary color
Monochromatic Colors of #E750D0
Black with #E750D0
Text Example
Text Example
White with #E750D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E750D0; }
p { color: rgb(231,80,208); }
H1.HeaderClassName
{
color: #E750D0;
}
.AnyTagClassName
{
color: #E750D0;
}
</style>
background-color css
<style>
a { background-color: #E750D0; }
a { background-color: rgb(231,80,208); }
div.DivClassName
{
background-color: #E750D0;
}
.BgClassName
{
background-color: #E750D0;
}
</style>
border-color css
<style>
span { border-color: #E750D0; }
span { border-color: rgb(231,80,208); }
td.TdClassName
{
border-color: #E750D0;
}
.TagClassName
{
border-color: #E750D0;
}
</style>