Html Css Color HEX #E14DF1 Free Speech Magenta
📋 copy color: '#E14DF1'red 225 ◦ green 77 ◦ blue 241
Shades of Free Speech Magenta #E14DF1
Tints of Free Speech Magenta #E14DF1
RGB
CMYK
RGB Variations
Color information
#E14DF1 (or 0xE14DF1) is known color: Free Speech Magenta. HEX triplet: E1, 4D and F1. RGB value is (225,77,241). Sum of RGB (Red+Green+Blue) = 225+77+241=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 77 (30.47% from 255 or 14.18% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #E14DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14DF1 is #1EB20E. Grayscale: #8B8B8B. Windows color (decimal): -2011663 or 15814113. OLE color: 15814113.
HSL color Cylindrical-coordinate representation of color #E14DF1: hue angle of 294.15º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14DF1 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 77 | 241 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.05 |
| HSL | 294.15º | 0.85% | 0.62% | - |
| HSV(B) | 294.15º | 0.68% | 0.95% | - |
| XYZ | 49.58 | 27.67 | 85.95 | - |
| YUV | 139.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 241 | 0.07 | 0.68 | 0 | 0.05 | 294.15 | 0.85 | 0.62 |
| Hex | E1 | 4D | F1 | 7 | 44 | 0 | 5 | 126 | 55 | 3E |
| Octal | 341 | 115 | 361 | 7 | 104 | 0 | 5 | 446 | 125 | 76 |
| Binary | 11100001 | 1001101 | 11110001 | 111 | 1000100 | 0 | 101 | 100100110 | 1010101 | 111110 |
Color Harmonies of #E14DF1
Complementary color
Monochromatic Colors of #E14DF1
Black with #E14DF1
Text Example
Text Example
White with #E14DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DF1; }
p { color: rgb(225,77,241); }
H1.HeaderClassName
{
color: #E14DF1;
}
.AnyTagClassName
{
color: #E14DF1;
}
</style>
background-color css
<style>
a { background-color: #E14DF1; }
a { background-color: rgb(225,77,241); }
div.DivClassName
{
background-color: #E14DF1;
}
.BgClassName
{
background-color: #E14DF1;
}
</style>
border-color css
<style>
span { border-color: #E14DF1; }
span { border-color: rgb(225,77,241); }
td.TdClassName
{
border-color: #E14DF1;
}
.TagClassName
{
border-color: #E14DF1;
}
</style>