Html Css Color HEX #E750D5 Free Speech Magenta
📋 copy color: '#E750D5'red 231 ◦ green 80 ◦ blue 213
Shades of Free Speech Magenta #E750D5
Tints of Free Speech Magenta #E750D5
RGB
CMYK
RGB Variations
Color information
#E750D5 (or 0xE750D5) is known color: Free Speech Magenta. HEX triplet: E7, 50 and D5. RGB value is (231,80,213). Sum of RGB (Red+Green+Blue) = 231+80+213=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E750D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750D5 is #18AF2A. Grayscale: #8B8B8B. Windows color (decimal): -1617707 or 13979879. OLE color: 13979879.
HSL color Cylindrical-coordinate representation of color #E750D5: hue angle of 307.15º 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 #E750D5 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 213 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.09 |
| HSL | 307.15º | 0.76% | 0.61% | - |
| HSV(B) | 307.15º | 0.65% | 0.91% | - |
| XYZ | 47.83 | 27.53 | 65.74 | - |
| YUV | 140.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 213 | 0 | 0.65 | 0.08 | 0.09 | 307.15 | 0.76 | 0.61 |
| Hex | E7 | 50 | D5 | 0 | 41 | 8 | 9 | 133 | 4C | 3D |
| Octal | 347 | 120 | 325 | 0 | 101 | 10 | 11 | 463 | 114 | 75 |
| Binary | 11100111 | 1010000 | 11010101 | 0 | 1000001 | 1000 | 1001 | 100110011 | 1001100 | 111101 |
Color Harmonies of #E750D5
Complementary color
Monochromatic Colors of #E750D5
Black with #E750D5
Text Example
Text Example
White with #E750D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E750D5; }
p { color: rgb(231,80,213); }
H1.HeaderClassName
{
color: #E750D5;
}
.AnyTagClassName
{
color: #E750D5;
}
</style>
background-color css
<style>
a { background-color: #E750D5; }
a { background-color: rgb(231,80,213); }
div.DivClassName
{
background-color: #E750D5;
}
.BgClassName
{
background-color: #E750D5;
}
</style>
border-color css
<style>
span { border-color: #E750D5; }
span { border-color: rgb(231,80,213); }
td.TdClassName
{
border-color: #E750D5;
}
.TagClassName
{
border-color: #E750D5;
}
</style>