Html Css Color HEX #E25AD2 Free Speech Magenta
📋 copy color: '#E25AD2'red 226 ◦ green 90 ◦ blue 210
Shades of Free Speech Magenta #E25AD2
Tints of Free Speech Magenta #E25AD2
RGB
CMYK
RGB Variations
Color information
#E25AD2 (or 0xE25AD2) is known color: Free Speech Magenta. HEX triplet: E2, 5A and D2. RGB value is (226,90,210). Sum of RGB (Red+Green+Blue) = 226+90+210=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25AD2 is #1DA52D. Grayscale: #909090. Windows color (decimal): -1942830 or 13785826. OLE color: 13785826.
HSL color Cylindrical-coordinate representation of color #E25AD2: hue angle of 307.06º 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 #E25AD2 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 210 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.11 |
| HSL | 307.06º | 0.7% | 0.62% | - |
| HSV(B) | 307.06º | 0.6% | 0.89% | - |
| XYZ | 46.65 | 28.13 | 63.94 | - |
| YUV | 144.34 | 165.06 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 210 | 0 | 0.60 | 0.07 | 0.11 | 307.06 | 0.7 | 0.62 |
| Hex | E2 | 5A | D2 | 0 | 3C | 7 | B | 133 | 46 | 3E |
| Octal | 342 | 132 | 322 | 0 | 74 | 7 | 13 | 463 | 106 | 76 |
| Binary | 11100010 | 1011010 | 11010010 | 0 | 111100 | 111 | 1011 | 100110011 | 1000110 | 111110 |
Color Harmonies of #E25AD2
Complementary color
Monochromatic Colors of #E25AD2
Black with #E25AD2
Text Example
Text Example
White with #E25AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25AD2; }
p { color: rgb(226,90,210); }
H1.HeaderClassName
{
color: #E25AD2;
}
.AnyTagClassName
{
color: #E25AD2;
}
</style>
background-color css
<style>
a { background-color: #E25AD2; }
a { background-color: rgb(226,90,210); }
div.DivClassName
{
background-color: #E25AD2;
}
.BgClassName
{
background-color: #E25AD2;
}
</style>
border-color css
<style>
span { border-color: #E25AD2; }
span { border-color: rgb(226,90,210); }
td.TdClassName
{
border-color: #E25AD2;
}
.TagClassName
{
border-color: #E25AD2;
}
</style>