Html Css Color HEX #E25ACE Free Speech Magenta
📋 copy color: '#E25ACE'red 226 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #E25ACE
Tints of Free Speech Magenta #E25ACE
RGB
CMYK
RGB Variations
Color information
#E25ACE (or 0xE25ACE) is known color: Free Speech Magenta. HEX triplet: E2, 5A and CE. RGB value is (226,90,206). Sum of RGB (Red+Green+Blue) = 226+90+206=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ACE is #1DA531. Grayscale: #8F8F8F. Windows color (decimal): -1942834 or 13523682. OLE color: 13523682.
HSL color Cylindrical-coordinate representation of color #E25ACE: hue angle of 308.82º 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 #E25ACE is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 206 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.11 |
| HSL | 308.82º | 0.7% | 0.62% | - |
| HSV(B) | 308.82º | 0.6% | 0.89% | - |
| XYZ | 46.16 | 27.94 | 61.35 | - |
| YUV | 143.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 206 | 0 | 0.60 | 0.09 | 0.11 | 308.82 | 0.7 | 0.62 |
| Hex | E2 | 5A | CE | 0 | 3C | 9 | B | 135 | 46 | 3E |
| Octal | 342 | 132 | 316 | 0 | 74 | 11 | 13 | 465 | 106 | 76 |
| Binary | 11100010 | 1011010 | 11001110 | 0 | 111100 | 1001 | 1011 | 100110101 | 1000110 | 111110 |
Color Harmonies of #E25ACE
Complementary color
Monochromatic Colors of #E25ACE
Black with #E25ACE
Text Example
Text Example
White with #E25ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25ACE; }
p { color: rgb(226,90,206); }
H1.HeaderClassName
{
color: #E25ACE;
}
.AnyTagClassName
{
color: #E25ACE;
}
</style>
background-color css
<style>
a { background-color: #E25ACE; }
a { background-color: rgb(226,90,206); }
div.DivClassName
{
background-color: #E25ACE;
}
.BgClassName
{
background-color: #E25ACE;
}
</style>
border-color css
<style>
span { border-color: #E25ACE; }
span { border-color: rgb(226,90,206); }
td.TdClassName
{
border-color: #E25ACE;
}
.TagClassName
{
border-color: #E25ACE;
}
</style>