Html Css Color HEX #E24ACC Free Speech Magenta
📋 copy color: '#E24ACC'red 226 ◦ green 74 ◦ blue 204
Shades of Free Speech Magenta #E24ACC
Tints of Free Speech Magenta #E24ACC
RGB
CMYK
RGB Variations
Color information
#E24ACC (or 0xE24ACC) is known color: Free Speech Magenta. HEX triplet: E2, 4A and CC. RGB value is (226,74,204). Sum of RGB (Red+Green+Blue) = 226+74+204=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E24ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24ACC is #1DB533. Grayscale: #858585. Windows color (decimal): -1946932 or 13388514. OLE color: 13388514.
HSL color Cylindrical-coordinate representation of color #E24ACC: hue angle of 308.68º 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 #E24ACC is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 204 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.11 |
| HSL | 308.68º | 0.72% | 0.59% | - |
| HSV(B) | 308.68º | 0.67% | 0.89% | - |
| XYZ | 44.71 | 25.43 | 59.68 | - |
| YUV | 134.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 204 | 0 | 0.67 | 0.10 | 0.11 | 308.68 | 0.72 | 0.59 |
| Hex | E2 | 4A | CC | 0 | 43 | A | B | 135 | 48 | 3B |
| Octal | 342 | 112 | 314 | 0 | 103 | 12 | 13 | 465 | 110 | 73 |
| Binary | 11100010 | 1001010 | 11001100 | 0 | 1000011 | 1010 | 1011 | 100110101 | 1001000 | 111011 |
Color Harmonies of #E24ACC
Complementary color
Monochromatic Colors of #E24ACC
Black with #E24ACC
Text Example
Text Example
White with #E24ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24ACC; }
p { color: rgb(226,74,204); }
H1.HeaderClassName
{
color: #E24ACC;
}
.AnyTagClassName
{
color: #E24ACC;
}
</style>
background-color css
<style>
a { background-color: #E24ACC; }
a { background-color: rgb(226,74,204); }
div.DivClassName
{
background-color: #E24ACC;
}
.BgClassName
{
background-color: #E24ACC;
}
</style>
border-color css
<style>
span { border-color: #E24ACC; }
span { border-color: rgb(226,74,204); }
td.TdClassName
{
border-color: #E24ACC;
}
.TagClassName
{
border-color: #E24ACC;
}
</style>