Html Css Color HEX #E24ACD Free Speech Magenta
📋 copy color: '#E24ACD'red 226 ◦ green 74 ◦ blue 205
Shades of Free Speech Magenta #E24ACD
Tints of Free Speech Magenta #E24ACD
RGB
CMYK
RGB Variations
Color information
#E24ACD (or 0xE24ACD) is known color: Free Speech Magenta. HEX triplet: E2, 4A and CD. RGB value is (226,74,205). Sum of RGB (Red+Green+Blue) = 226+74+205=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E24ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24ACD is #1DB532. Grayscale: #868686. Windows color (decimal): -1946931 or 13454050. OLE color: 13454050.
HSL color Cylindrical-coordinate representation of color #E24ACD: hue angle of 308.29º 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 #E24ACD is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 205 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.11 |
| HSL | 308.29º | 0.72% | 0.59% | - |
| HSV(B) | 308.29º | 0.67% | 0.89% | - |
| XYZ | 44.83 | 25.47 | 60.31 | - |
| YUV | 134.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 205 | 0 | 0.67 | 0.09 | 0.11 | 308.29 | 0.72 | 0.59 |
| Hex | E2 | 4A | CD | 0 | 43 | 9 | B | 134 | 48 | 3B |
| Octal | 342 | 112 | 315 | 0 | 103 | 11 | 13 | 464 | 110 | 73 |
| Binary | 11100010 | 1001010 | 11001101 | 0 | 1000011 | 1001 | 1011 | 100110100 | 1001000 | 111011 |
Color Harmonies of #E24ACD
Complementary color
Monochromatic Colors of #E24ACD
Black with #E24ACD
Text Example
Text Example
White with #E24ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24ACD; }
p { color: rgb(226,74,205); }
H1.HeaderClassName
{
color: #E24ACD;
}
.AnyTagClassName
{
color: #E24ACD;
}
</style>
background-color css
<style>
a { background-color: #E24ACD; }
a { background-color: rgb(226,74,205); }
div.DivClassName
{
background-color: #E24ACD;
}
.BgClassName
{
background-color: #E24ACD;
}
</style>
border-color css
<style>
span { border-color: #E24ACD; }
span { border-color: rgb(226,74,205); }
td.TdClassName
{
border-color: #E24ACD;
}
.TagClassName
{
border-color: #E24ACD;
}
</style>