Html Css Color HEX #E24EE5 Free Speech Magenta
📋 copy color: '#E24EE5'red 226 ◦ green 78 ◦ blue 229
Shades of Free Speech Magenta #E24EE5
Tints of Free Speech Magenta #E24EE5
RGB
CMYK
RGB Variations
Color information
#E24EE5 (or 0xE24EE5) is known color: Free Speech Magenta. HEX triplet: E2, 4E and E5. RGB value is (226,78,229). Sum of RGB (Red+Green+Blue) = 226+78+229=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #E24EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24EE5 is #1DB11A. Grayscale: #8B8B8B. Windows color (decimal): -1945883 or 15027938. OLE color: 15027938.
HSL color Cylindrical-coordinate representation of color #E24EE5: hue angle of 298.81º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24EE5 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 78 | 229 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.10 |
| HSL | 298.81º | 0.74% | 0.6% | - |
| HSV(B) | 298.81º | 0.66% | 0.9% | - |
| XYZ | 48.23 | 27.27 | 76.85 | - |
| YUV | 139.47 | 178.53 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 229 | 0.01 | 0.66 | 0 | 0.10 | 298.81 | 0.74 | 0.6 |
| Hex | E2 | 4E | E5 | 1 | 42 | 0 | A | 12B | 4A | 3C |
| Octal | 342 | 116 | 345 | 1 | 102 | 0 | 12 | 453 | 112 | 74 |
| Binary | 11100010 | 1001110 | 11100101 | 1 | 1000010 | 0 | 1010 | 100101011 | 1001010 | 111100 |
Color Harmonies of #E24EE5
Complementary color
Monochromatic Colors of #E24EE5
Black with #E24EE5
Text Example
Text Example
White with #E24EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24EE5; }
p { color: rgb(226,78,229); }
H1.HeaderClassName
{
color: #E24EE5;
}
.AnyTagClassName
{
color: #E24EE5;
}
</style>
background-color css
<style>
a { background-color: #E24EE5; }
a { background-color: rgb(226,78,229); }
div.DivClassName
{
background-color: #E24EE5;
}
.BgClassName
{
background-color: #E24EE5;
}
</style>
border-color css
<style>
span { border-color: #E24EE5; }
span { border-color: rgb(226,78,229); }
td.TdClassName
{
border-color: #E24EE5;
}
.TagClassName
{
border-color: #E24EE5;
}
</style>