Html Css Color HEX #E24ABE Free Speech Magenta
📋 copy color: '#E24ABE'red 226 ◦ green 74 ◦ blue 190
Shades of Free Speech Magenta #E24ABE
Tints of Free Speech Magenta #E24ABE
RGB
CMYK
RGB Variations
Color information
#E24ABE (or 0xE24ABE) is known color: Free Speech Magenta. HEX triplet: E2, 4A and BE. RGB value is (226,74,190). Sum of RGB (Red+Green+Blue) = 226+74+190=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E24ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24ABE is #1DB541. Grayscale: #848484. Windows color (decimal): -1946946 or 12471010. OLE color: 12471010.
HSL color Cylindrical-coordinate representation of color #E24ABE: hue angle of 314.21º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24ABE is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 190 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.11 |
| HSL | 314.21º | 0.72% | 0.59% | - |
| HSV(B) | 314.21º | 0.67% | 0.89% | - |
| XYZ | 43.11 | 24.78 | 51.23 | - |
| YUV | 132.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 190 | 0 | 0.67 | 0.16 | 0.11 | 314.21 | 0.72 | 0.59 |
| Hex | E2 | 4A | BE | 0 | 43 | 10 | B | 13A | 48 | 3B |
| Octal | 342 | 112 | 276 | 0 | 103 | 20 | 13 | 472 | 110 | 73 |
| Binary | 11100010 | 1001010 | 10111110 | 0 | 1000011 | 10000 | 1011 | 100111010 | 1001000 | 111011 |
Color Harmonies of #E24ABE
Complementary color
Monochromatic Colors of #E24ABE
Black with #E24ABE
Text Example
Text Example
White with #E24ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24ABE; }
p { color: rgb(226,74,190); }
H1.HeaderClassName
{
color: #E24ABE;
}
.AnyTagClassName
{
color: #E24ABE;
}
</style>
background-color css
<style>
a { background-color: #E24ABE; }
a { background-color: rgb(226,74,190); }
div.DivClassName
{
background-color: #E24ABE;
}
.BgClassName
{
background-color: #E24ABE;
}
</style>
border-color css
<style>
span { border-color: #E24ABE; }
span { border-color: rgb(226,74,190); }
td.TdClassName
{
border-color: #E24ABE;
}
.TagClassName
{
border-color: #E24ABE;
}
</style>