Html Css Color HEX #E24CE0 Free Speech Magenta
📋 copy color: '#E24CE0'red 226 ◦ green 76 ◦ blue 224
Shades of Free Speech Magenta #E24CE0
Tints of Free Speech Magenta #E24CE0
RGB
CMYK
RGB Variations
Color information
#E24CE0 (or 0xE24CE0) is known color: Free Speech Magenta. HEX triplet: E2, 4C and E0. RGB value is (226,76,224). Sum of RGB (Red+Green+Blue) = 226+76+224=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E24CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24CE0 is #1DB31F. Grayscale: #898989. Windows color (decimal): -1946400 or 14699746. OLE color: 14699746.
HSL color Cylindrical-coordinate representation of color #E24CE0: hue angle of 300.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24CE0 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 224 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.11 |
| HSL | 300.8º | 0.72% | 0.59% | - |
| HSV(B) | 300.8º | 0.66% | 0.89% | - |
| XYZ | 47.4 | 26.72 | 73.18 | - |
| YUV | 137.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 224 | 0 | 0.66 | 0.01 | 0.11 | 300.8 | 0.72 | 0.59 |
| Hex | E2 | 4C | E0 | 0 | 42 | 1 | B | 12D | 48 | 3B |
| Octal | 342 | 114 | 340 | 0 | 102 | 1 | 13 | 455 | 110 | 73 |
| Binary | 11100010 | 1001100 | 11100000 | 0 | 1000010 | 1 | 1011 | 100101101 | 1001000 | 111011 |
Color Harmonies of #E24CE0
Complementary color
Monochromatic Colors of #E24CE0
Black with #E24CE0
Text Example
Text Example
White with #E24CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24CE0; }
p { color: rgb(226,76,224); }
H1.HeaderClassName
{
color: #E24CE0;
}
.AnyTagClassName
{
color: #E24CE0;
}
</style>
background-color css
<style>
a { background-color: #E24CE0; }
a { background-color: rgb(226,76,224); }
div.DivClassName
{
background-color: #E24CE0;
}
.BgClassName
{
background-color: #E24CE0;
}
</style>
border-color css
<style>
span { border-color: #E24CE0; }
span { border-color: rgb(226,76,224); }
td.TdClassName
{
border-color: #E24CE0;
}
.TagClassName
{
border-color: #E24CE0;
}
</style>