Html Css Color HEX #E25ACC Free Speech Magenta
📋 copy color: '#E25ACC'red 226 ◦ green 90 ◦ blue 204
Shades of Free Speech Magenta #E25ACC
Tints of Free Speech Magenta #E25ACC
RGB
CMYK
RGB Variations
Color information
#E25ACC (or 0xE25ACC) is known color: Free Speech Magenta. HEX triplet: E2, 5A and CC. RGB value is (226,90,204). Sum of RGB (Red+Green+Blue) = 226+90+204=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ACC is #1DA533. Grayscale: #8F8F8F. Windows color (decimal): -1942836 or 13392610. OLE color: 13392610.
HSL color Cylindrical-coordinate representation of color #E25ACC: hue angle of 309.71º 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 #E25ACC is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 204 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.11 |
| HSL | 309.71º | 0.7% | 0.62% | - |
| HSV(B) | 309.71º | 0.6% | 0.89% | - |
| XYZ | 45.92 | 27.84 | 60.08 | - |
| YUV | 143.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 204 | 0 | 0.60 | 0.10 | 0.11 | 309.71 | 0.7 | 0.62 |
| Hex | E2 | 5A | CC | 0 | 3C | A | B | 136 | 46 | 3E |
| Octal | 342 | 132 | 314 | 0 | 74 | 12 | 13 | 466 | 106 | 76 |
| Binary | 11100010 | 1011010 | 11001100 | 0 | 111100 | 1010 | 1011 | 100110110 | 1000110 | 111110 |
Color Harmonies of #E25ACC
Complementary color
Monochromatic Colors of #E25ACC
Black with #E25ACC
Text Example
Text Example
White with #E25ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25ACC; }
p { color: rgb(226,90,204); }
H1.HeaderClassName
{
color: #E25ACC;
}
.AnyTagClassName
{
color: #E25ACC;
}
</style>
background-color css
<style>
a { background-color: #E25ACC; }
a { background-color: rgb(226,90,204); }
div.DivClassName
{
background-color: #E25ACC;
}
.BgClassName
{
background-color: #E25ACC;
}
</style>
border-color css
<style>
span { border-color: #E25ACC; }
span { border-color: rgb(226,90,204); }
td.TdClassName
{
border-color: #E25ACC;
}
.TagClassName
{
border-color: #E25ACC;
}
</style>