Html Css Color HEX #E24CED Free Speech Magenta
📋 copy color: '#E24CED'red 226 ◦ green 76 ◦ blue 237
Shades of Free Speech Magenta #E24CED
Tints of Free Speech Magenta #E24CED
RGB
CMYK
RGB Variations
Color information
#E24CED (or 0xE24CED) is known color: Free Speech Magenta. HEX triplet: E2, 4C and ED. RGB value is (226,76,237). Sum of RGB (Red+Green+Blue) = 226+76+237=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #E24CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24CED is #1DB312. Grayscale: #8A8A8A. Windows color (decimal): -1946387 or 15551714. OLE color: 15551714.
HSL color Cylindrical-coordinate representation of color #E24CED: hue angle of 295.9º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E24CED is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 76 | 237 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.07 |
| HSL | 295.9º | 0.82% | 0.61% | - |
| HSV(B) | 295.9º | 0.68% | 0.93% | - |
| XYZ | 49.23 | 27.45 | 82.82 | - |
| YUV | 139.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 237 | 0.05 | 0.68 | 0 | 0.07 | 295.9 | 0.82 | 0.61 |
| Hex | E2 | 4C | ED | 5 | 44 | 0 | 7 | 128 | 52 | 3D |
| Octal | 342 | 114 | 355 | 5 | 104 | 0 | 7 | 450 | 122 | 75 |
| Binary | 11100010 | 1001100 | 11101101 | 101 | 1000100 | 0 | 111 | 100101000 | 1010010 | 111101 |
Color Harmonies of #E24CED
Complementary color
Monochromatic Colors of #E24CED
Black with #E24CED
Text Example
Text Example
White with #E24CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24CED; }
p { color: rgb(226,76,237); }
H1.HeaderClassName
{
color: #E24CED;
}
.AnyTagClassName
{
color: #E24CED;
}
</style>
background-color css
<style>
a { background-color: #E24CED; }
a { background-color: rgb(226,76,237); }
div.DivClassName
{
background-color: #E24CED;
}
.BgClassName
{
background-color: #E24CED;
}
</style>
border-color css
<style>
span { border-color: #E24CED; }
span { border-color: rgb(226,76,237); }
td.TdClassName
{
border-color: #E24CED;
}
.TagClassName
{
border-color: #E24CED;
}
</style>