Html Css Color HEX #E14ADE Free Speech Magenta
📋 copy color: '#E14ADE'red 225 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #E14ADE
Tints of Free Speech Magenta #E14ADE
RGB
CMYK
RGB Variations
Color information
#E14ADE (or 0xE14ADE) is known color: Free Speech Magenta. HEX triplet: E1, 4A and DE. RGB value is (225,74,222). Sum of RGB (Red+Green+Blue) = 225+74+222=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14ADE is #1EB521. Grayscale: #878787. Windows color (decimal): -2012450 or 14568161. OLE color: 14568161.
HSL color Cylindrical-coordinate representation of color #E14ADE: hue angle of 301.19º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14ADE is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 222 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.12 |
| HSL | 301.19º | 0.72% | 0.59% | - |
| HSV(B) | 301.19º | 0.67% | 0.88% | - |
| XYZ | 46.68 | 26.18 | 71.7 | - |
| YUV | 136.02 | 176.53 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 222 | 0 | 0.67 | 0.01 | 0.12 | 301.19 | 0.72 | 0.59 |
| Hex | E1 | 4A | DE | 0 | 43 | 1 | C | 12D | 48 | 3B |
| Octal | 341 | 112 | 336 | 0 | 103 | 1 | 14 | 455 | 110 | 73 |
| Binary | 11100001 | 1001010 | 11011110 | 0 | 1000011 | 1 | 1100 | 100101101 | 1001000 | 111011 |
Color Harmonies of #E14ADE
Complementary color
Monochromatic Colors of #E14ADE
Black with #E14ADE
Text Example
Text Example
White with #E14ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14ADE; }
p { color: rgb(225,74,222); }
H1.HeaderClassName
{
color: #E14ADE;
}
.AnyTagClassName
{
color: #E14ADE;
}
</style>
background-color css
<style>
a { background-color: #E14ADE; }
a { background-color: rgb(225,74,222); }
div.DivClassName
{
background-color: #E14ADE;
}
.BgClassName
{
background-color: #E14ADE;
}
</style>
border-color css
<style>
span { border-color: #E14ADE; }
span { border-color: rgb(225,74,222); }
td.TdClassName
{
border-color: #E14ADE;
}
.TagClassName
{
border-color: #E14ADE;
}
</style>