Html Css Color HEX #E24CCC Free Speech Magenta
📋 copy color: '#E24CCC'red 226 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #E24CCC
Tints of Free Speech Magenta #E24CCC
RGB
CMYK
RGB Variations
Color information
#E24CCC (or 0xE24CCC) is known color: Free Speech Magenta. HEX triplet: E2, 4C and CC. RGB value is (226,76,204). Sum of RGB (Red+Green+Blue) = 226+76+204=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E24CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24CCC is #1DB333. Grayscale: #878787. Windows color (decimal): -1946420 or 13389026. OLE color: 13389026.
HSL color Cylindrical-coordinate representation of color #E24CCC: hue angle of 308.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 #E24CCC is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 204 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.11 |
| HSL | 308.8º | 0.72% | 0.59% | - |
| HSV(B) | 308.8º | 0.66% | 0.89% | - |
| XYZ | 44.85 | 25.7 | 59.72 | - |
| YUV | 135.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 204 | 0 | 0.66 | 0.10 | 0.11 | 308.8 | 0.72 | 0.59 |
| Hex | E2 | 4C | CC | 0 | 42 | A | B | 135 | 48 | 3B |
| Octal | 342 | 114 | 314 | 0 | 102 | 12 | 13 | 465 | 110 | 73 |
| Binary | 11100010 | 1001100 | 11001100 | 0 | 1000010 | 1010 | 1011 | 100110101 | 1001000 | 111011 |
Color Harmonies of #E24CCC
Complementary color
Monochromatic Colors of #E24CCC
Black with #E24CCC
Text Example
Text Example
White with #E24CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24CCC; }
p { color: rgb(226,76,204); }
H1.HeaderClassName
{
color: #E24CCC;
}
.AnyTagClassName
{
color: #E24CCC;
}
</style>
background-color css
<style>
a { background-color: #E24CCC; }
a { background-color: rgb(226,76,204); }
div.DivClassName
{
background-color: #E24CCC;
}
.BgClassName
{
background-color: #E24CCC;
}
</style>
border-color css
<style>
span { border-color: #E24CCC; }
span { border-color: rgb(226,76,204); }
td.TdClassName
{
border-color: #E24CCC;
}
.TagClassName
{
border-color: #E24CCC;
}
</style>