Html Css Color HEX #E75EDF Free Speech Magenta
📋 copy color: '#E75EDF'red 231 ◦ green 94 ◦ blue 223
Shades of Free Speech Magenta #E75EDF
Tints of Free Speech Magenta #E75EDF
RGB
CMYK
RGB Variations
Color information
#E75EDF (or 0xE75EDF) is known color: Free Speech Magenta. HEX triplet: E7, 5E and DF. RGB value is (231,94,223). Sum of RGB (Red+Green+Blue) = 231+94+223=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E75EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75EDF is #18A120. Grayscale: #959595. Windows color (decimal): -1614113 or 14638823. OLE color: 14638823.
HSL color Cylindrical-coordinate representation of color #E75EDF: hue angle of 303.5º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75EDF is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 223 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.09 |
| HSL | 303.5º | 0.74% | 0.64% | - |
| HSV(B) | 303.5º | 0.59% | 0.91% | - |
| XYZ | 50.28 | 30.32 | 73.01 | - |
| YUV | 149.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 223 | 0 | 0.59 | 0.03 | 0.09 | 303.5 | 0.74 | 0.64 |
| Hex | E7 | 5E | DF | 0 | 3B | 3 | 9 | 130 | 4A | 40 |
| Octal | 347 | 136 | 337 | 0 | 73 | 3 | 11 | 460 | 112 | 100 |
| Binary | 11100111 | 1011110 | 11011111 | 0 | 111011 | 11 | 1001 | 100110000 | 1001010 | 1000000 |
Color Harmonies of #E75EDF
Complementary color
Monochromatic Colors of #E75EDF
Black with #E75EDF
Text Example
Text Example
White with #E75EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75EDF; }
p { color: rgb(231,94,223); }
H1.HeaderClassName
{
color: #E75EDF;
}
.AnyTagClassName
{
color: #E75EDF;
}
</style>
background-color css
<style>
a { background-color: #E75EDF; }
a { background-color: rgb(231,94,223); }
div.DivClassName
{
background-color: #E75EDF;
}
.BgClassName
{
background-color: #E75EDF;
}
</style>
border-color css
<style>
span { border-color: #E75EDF; }
span { border-color: rgb(231,94,223); }
td.TdClassName
{
border-color: #E75EDF;
}
.TagClassName
{
border-color: #E75EDF;
}
</style>