Html Css Color HEX #E75EDD Free Speech Magenta
📋 copy color: '#E75EDD'red 231 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #E75EDD
Tints of Free Speech Magenta #E75EDD
RGB
CMYK
RGB Variations
Color information
#E75EDD (or 0xE75EDD) is known color: Free Speech Magenta. HEX triplet: E7, 5E and DD. RGB value is (231,94,221). Sum of RGB (Red+Green+Blue) = 231+94+221=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E75EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75EDD is #18A122. Grayscale: #959595. Windows color (decimal): -1614115 or 14507751. OLE color: 14507751.
HSL color Cylindrical-coordinate representation of color #E75EDD: hue angle of 304.38º 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 #E75EDD is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 221 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.09 |
| HSL | 304.38º | 0.74% | 0.64% | - |
| HSV(B) | 304.38º | 0.59% | 0.91% | - |
| XYZ | 50.01 | 30.21 | 71.6 | - |
| YUV | 149.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 221 | 0 | 0.59 | 0.04 | 0.09 | 304.38 | 0.74 | 0.64 |
| Hex | E7 | 5E | DD | 0 | 3B | 4 | 9 | 130 | 4A | 40 |
| Octal | 347 | 136 | 335 | 0 | 73 | 4 | 11 | 460 | 112 | 100 |
| Binary | 11100111 | 1011110 | 11011101 | 0 | 111011 | 100 | 1001 | 100110000 | 1001010 | 1000000 |
Color Harmonies of #E75EDD
Complementary color
Monochromatic Colors of #E75EDD
Black with #E75EDD
Text Example
Text Example
White with #E75EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75EDD; }
p { color: rgb(231,94,221); }
H1.HeaderClassName
{
color: #E75EDD;
}
.AnyTagClassName
{
color: #E75EDD;
}
</style>
background-color css
<style>
a { background-color: #E75EDD; }
a { background-color: rgb(231,94,221); }
div.DivClassName
{
background-color: #E75EDD;
}
.BgClassName
{
background-color: #E75EDD;
}
</style>
border-color css
<style>
span { border-color: #E75EDD; }
span { border-color: rgb(231,94,221); }
td.TdClassName
{
border-color: #E75EDD;
}
.TagClassName
{
border-color: #E75EDD;
}
</style>