Html Css Color HEX #E25ADE Free Speech Magenta
📋 copy color: '#E25ADE'red 226 ◦ green 90 ◦ blue 222
Shades of Free Speech Magenta #E25ADE
Tints of Free Speech Magenta #E25ADE
RGB
CMYK
RGB Variations
Color information
#E25ADE (or 0xE25ADE) is known color: Free Speech Magenta. HEX triplet: E2, 5A and DE. RGB value is (226,90,222). Sum of RGB (Red+Green+Blue) = 226+90+222=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ADE is #1DA521. Grayscale: #919191. Windows color (decimal): -1942818 or 14572258. OLE color: 14572258.
HSL color Cylindrical-coordinate representation of color #E25ADE: hue angle of 301.76º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25ADE is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 222 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.11 |
| HSL | 301.76º | 0.7% | 0.62% | - |
| HSV(B) | 301.76º | 0.6% | 0.89% | - |
| XYZ | 48.21 | 28.76 | 72.12 | - |
| YUV | 145.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 222 | 0 | 0.60 | 0.02 | 0.11 | 301.76 | 0.7 | 0.62 |
| Hex | E2 | 5A | DE | 0 | 3C | 2 | B | 12E | 46 | 3E |
| Octal | 342 | 132 | 336 | 0 | 74 | 2 | 13 | 456 | 106 | 76 |
| Binary | 11100010 | 1011010 | 11011110 | 0 | 111100 | 10 | 1011 | 100101110 | 1000110 | 111110 |
Color Harmonies of #E25ADE
Complementary color
Monochromatic Colors of #E25ADE
Black with #E25ADE
Text Example
Text Example
White with #E25ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25ADE; }
p { color: rgb(226,90,222); }
H1.HeaderClassName
{
color: #E25ADE;
}
.AnyTagClassName
{
color: #E25ADE;
}
</style>
background-color css
<style>
a { background-color: #E25ADE; }
a { background-color: rgb(226,90,222); }
div.DivClassName
{
background-color: #E25ADE;
}
.BgClassName
{
background-color: #E25ADE;
}
</style>
border-color css
<style>
span { border-color: #E25ADE; }
span { border-color: rgb(226,90,222); }
td.TdClassName
{
border-color: #E25ADE;
}
.TagClassName
{
border-color: #E25ADE;
}
</style>