Html Css Color HEX #E25ABC Free Speech Magenta
📋 copy color: '#E25ABC'red 226 ◦ green 90 ◦ blue 188
Shades of Free Speech Magenta #E25ABC
Tints of Free Speech Magenta #E25ABC
RGB
CMYK
RGB Variations
Color information
#E25ABC (or 0xE25ABC) is known color: Free Speech Magenta. HEX triplet: E2, 5A and BC. RGB value is (226,90,188). Sum of RGB (Red+Green+Blue) = 226+90+188=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ABC is #1DA543. Grayscale: #8D8D8D. Windows color (decimal): -1942852 or 12344034. OLE color: 12344034.
HSL color Cylindrical-coordinate representation of color #E25ABC: hue angle of 316.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 #E25ABC is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 188 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.11 |
| HSL | 316.76º | 0.7% | 0.62% | - |
| HSV(B) | 316.76º | 0.6% | 0.89% | - |
| XYZ | 44.1 | 27.11 | 50.49 | - |
| YUV | 141.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 188 | 0 | 0.60 | 0.17 | 0.11 | 316.76 | 0.7 | 0.62 |
| Hex | E2 | 5A | BC | 0 | 3C | 11 | B | 13D | 46 | 3E |
| Octal | 342 | 132 | 274 | 0 | 74 | 21 | 13 | 475 | 106 | 76 |
| Binary | 11100010 | 1011010 | 10111100 | 0 | 111100 | 10001 | 1011 | 100111101 | 1000110 | 111110 |
Color Harmonies of #E25ABC
Complementary color
Monochromatic Colors of #E25ABC
Black with #E25ABC
Text Example
Text Example
White with #E25ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25ABC; }
p { color: rgb(226,90,188); }
H1.HeaderClassName
{
color: #E25ABC;
}
.AnyTagClassName
{
color: #E25ABC;
}
</style>
background-color css
<style>
a { background-color: #E25ABC; }
a { background-color: rgb(226,90,188); }
div.DivClassName
{
background-color: #E25ABC;
}
.BgClassName
{
background-color: #E25ABC;
}
</style>
border-color css
<style>
span { border-color: #E25ABC; }
span { border-color: rgb(226,90,188); }
td.TdClassName
{
border-color: #E25ABC;
}
.TagClassName
{
border-color: #E25ABC;
}
</style>