Html Css Color HEX #E14DC8 Free Speech Magenta
📋 copy color: '#E14DC8'red 225 ◦ green 77 ◦ blue 200
Shades of Free Speech Magenta #E14DC8
Tints of Free Speech Magenta #E14DC8
RGB
CMYK
RGB Variations
Color information
#E14DC8 (or 0xE14DC8) is known color: Free Speech Magenta. HEX triplet: E1, 4D and C8. RGB value is (225,77,200). Sum of RGB (Red+Green+Blue) = 225+77+200=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DC8 is #1EB237. Grayscale: #868686. Windows color (decimal): -2011704 or 13127137. OLE color: 13127137.
HSL color Cylindrical-coordinate representation of color #E14DC8: hue angle of 310.14º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14DC8 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 200 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.12 |
| HSL | 310.14º | 0.71% | 0.59% | - |
| HSV(B) | 310.14º | 0.66% | 0.88% | - |
| XYZ | 44.13 | 25.49 | 57.24 | - |
| YUV | 135.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 200 | 0 | 0.66 | 0.11 | 0.12 | 310.14 | 0.71 | 0.59 |
| Hex | E1 | 4D | C8 | 0 | 42 | B | C | 136 | 47 | 3B |
| Octal | 341 | 115 | 310 | 0 | 102 | 13 | 14 | 466 | 107 | 73 |
| Binary | 11100001 | 1001101 | 11001000 | 0 | 1000010 | 1011 | 1100 | 100110110 | 1000111 | 111011 |
Color Harmonies of #E14DC8
Complementary color
Monochromatic Colors of #E14DC8
Black with #E14DC8
Text Example
Text Example
White with #E14DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DC8; }
p { color: rgb(225,77,200); }
H1.HeaderClassName
{
color: #E14DC8;
}
.AnyTagClassName
{
color: #E14DC8;
}
</style>
background-color css
<style>
a { background-color: #E14DC8; }
a { background-color: rgb(225,77,200); }
div.DivClassName
{
background-color: #E14DC8;
}
.BgClassName
{
background-color: #E14DC8;
}
</style>
border-color css
<style>
span { border-color: #E14DC8; }
span { border-color: rgb(225,77,200); }
td.TdClassName
{
border-color: #E14DC8;
}
.TagClassName
{
border-color: #E14DC8;
}
</style>