Html Css Color HEX #E25AD5 Free Speech Magenta
📋 copy color: '#E25AD5'red 226 ◦ green 90 ◦ blue 213
Shades of Free Speech Magenta #E25AD5
Tints of Free Speech Magenta #E25AD5
RGB
CMYK
RGB Variations
Color information
#E25AD5 (or 0xE25AD5) is known color: Free Speech Magenta. HEX triplet: E2, 5A and D5. RGB value is (226,90,213). Sum of RGB (Red+Green+Blue) = 226+90+213=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25AD5 is #1DA52A. Grayscale: #909090. Windows color (decimal): -1942827 or 13982434. OLE color: 13982434.
HSL color Cylindrical-coordinate representation of color #E25AD5: hue angle of 305.74º 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 #E25AD5 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 213 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.11 |
| HSL | 305.74º | 0.7% | 0.62% | - |
| HSV(B) | 305.74º | 0.6% | 0.89% | - |
| XYZ | 47.03 | 28.29 | 65.93 | - |
| YUV | 144.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 213 | 0 | 0.60 | 0.06 | 0.11 | 305.74 | 0.7 | 0.62 |
| Hex | E2 | 5A | D5 | 0 | 3C | 6 | B | 132 | 46 | 3E |
| Octal | 342 | 132 | 325 | 0 | 74 | 6 | 13 | 462 | 106 | 76 |
| Binary | 11100010 | 1011010 | 11010101 | 0 | 111100 | 110 | 1011 | 100110010 | 1000110 | 111110 |
Color Harmonies of #E25AD5
Complementary color
Monochromatic Colors of #E25AD5
Black with #E25AD5
Text Example
Text Example
White with #E25AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25AD5; }
p { color: rgb(226,90,213); }
H1.HeaderClassName
{
color: #E25AD5;
}
.AnyTagClassName
{
color: #E25AD5;
}
</style>
background-color css
<style>
a { background-color: #E25AD5; }
a { background-color: rgb(226,90,213); }
div.DivClassName
{
background-color: #E25AD5;
}
.BgClassName
{
background-color: #E25AD5;
}
</style>
border-color css
<style>
span { border-color: #E25AD5; }
span { border-color: rgb(226,90,213); }
td.TdClassName
{
border-color: #E25AD5;
}
.TagClassName
{
border-color: #E25AD5;
}
</style>