Html Css Color HEX #E141ED Free Speech Magenta
📋 copy color: '#E141ED'red 225 ◦ green 65 ◦ blue 237
Shades of Free Speech Magenta #E141ED
Tints of Free Speech Magenta #E141ED
RGB
CMYK
RGB Variations
Color information
#E141ED (or 0xE141ED) is known color: Free Speech Magenta. HEX triplet: E1, 41 and ED. RGB value is (225,65,237). Sum of RGB (Red+Green+Blue) = 225+65+237=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #E141ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E141ED is #1EBE12. Grayscale: #838383. Windows color (decimal): -2014739 or 15548897. OLE color: 15548897.
HSL color Cylindrical-coordinate representation of color #E141ED: hue angle of 295.81º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E141ED is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 65 | 237 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.07 |
| HSL | 295.81º | 0.83% | 0.59% | - |
| HSV(B) | 295.81º | 0.73% | 0.93% | - |
| XYZ | 48.23 | 25.9 | 82.58 | - |
| YUV | 132.45 | 187.01 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 237 | 0.05 | 0.73 | 0 | 0.07 | 295.81 | 0.83 | 0.59 |
| Hex | E1 | 41 | ED | 5 | 49 | 0 | 7 | 128 | 53 | 3B |
| Octal | 341 | 101 | 355 | 5 | 111 | 0 | 7 | 450 | 123 | 73 |
| Binary | 11100001 | 1000001 | 11101101 | 101 | 1001001 | 0 | 111 | 100101000 | 1010011 | 111011 |
Color Harmonies of #E141ED
Complementary color
Monochromatic Colors of #E141ED
Black with #E141ED
Text Example
Text Example
White with #E141ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141ED; }
p { color: rgb(225,65,237); }
H1.HeaderClassName
{
color: #E141ED;
}
.AnyTagClassName
{
color: #E141ED;
}
</style>
background-color css
<style>
a { background-color: #E141ED; }
a { background-color: rgb(225,65,237); }
div.DivClassName
{
background-color: #E141ED;
}
.BgClassName
{
background-color: #E141ED;
}
</style>
border-color css
<style>
span { border-color: #E141ED; }
span { border-color: rgb(225,65,237); }
td.TdClassName
{
border-color: #E141ED;
}
.TagClassName
{
border-color: #E141ED;
}
</style>