Html Css Color HEX #E150ED Free Speech Magenta
📋 copy color: '#E150ED'red 225 ◦ green 80 ◦ blue 237
Shades of Free Speech Magenta #E150ED
Tints of Free Speech Magenta #E150ED
RGB
CMYK
RGB Variations
Color information
#E150ED (or 0xE150ED) is known color: Free Speech Magenta. HEX triplet: E1, 50 and ED. RGB value is (225,80,237). Sum of RGB (Red+Green+Blue) = 225+80+237=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #E150ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E150ED is #1EAF12. Grayscale: #8C8C8C. Windows color (decimal): -2010899 or 15552737. OLE color: 15552737.
HSL color Cylindrical-coordinate representation of color #E150ED: hue angle of 295.41º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E150ED is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 80 | 237 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.07 |
| HSL | 295.41º | 0.81% | 0.62% | - |
| HSV(B) | 295.41º | 0.66% | 0.93% | - |
| XYZ | 49.21 | 27.86 | 82.9 | - |
| YUV | 141.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 237 | 0.05 | 0.66 | 0 | 0.07 | 295.41 | 0.81 | 0.62 |
| Hex | E1 | 50 | ED | 5 | 42 | 0 | 7 | 127 | 51 | 3E |
| Octal | 341 | 120 | 355 | 5 | 102 | 0 | 7 | 447 | 121 | 76 |
| Binary | 11100001 | 1010000 | 11101101 | 101 | 1000010 | 0 | 111 | 100100111 | 1010001 | 111110 |
Color Harmonies of #E150ED
Complementary color
Monochromatic Colors of #E150ED
Black with #E150ED
Text Example
Text Example
White with #E150ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150ED; }
p { color: rgb(225,80,237); }
H1.HeaderClassName
{
color: #E150ED;
}
.AnyTagClassName
{
color: #E150ED;
}
</style>
background-color css
<style>
a { background-color: #E150ED; }
a { background-color: rgb(225,80,237); }
div.DivClassName
{
background-color: #E150ED;
}
.BgClassName
{
background-color: #E150ED;
}
</style>
border-color css
<style>
span { border-color: #E150ED; }
span { border-color: rgb(225,80,237); }
td.TdClassName
{
border-color: #E150ED;
}
.TagClassName
{
border-color: #E150ED;
}
</style>