Html Css Color HEX #E24CBE Free Speech Magenta
📋 copy color: '#E24CBE'red 226 ◦ green 76 ◦ blue 190
Shades of Free Speech Magenta #E24CBE
Tints of Free Speech Magenta #E24CBE
RGB
CMYK
RGB Variations
Color information
#E24CBE (or 0xE24CBE) is known color: Free Speech Magenta. HEX triplet: E2, 4C and BE. RGB value is (226,76,190). Sum of RGB (Red+Green+Blue) = 226+76+190=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E24CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24CBE is #1DB341. Grayscale: #858585. Windows color (decimal): -1946434 or 12471522. OLE color: 12471522.
HSL color Cylindrical-coordinate representation of color #E24CBE: hue angle of 314.4º 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 #E24CBE is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 190 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.11 |
| HSL | 314.4º | 0.72% | 0.59% | - |
| HSV(B) | 314.4º | 0.66% | 0.89% | - |
| XYZ | 43.24 | 25.06 | 51.27 | - |
| YUV | 133.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 190 | 0 | 0.66 | 0.16 | 0.11 | 314.4 | 0.72 | 0.59 |
| Hex | E2 | 4C | BE | 0 | 42 | 10 | B | 13A | 48 | 3B |
| Octal | 342 | 114 | 276 | 0 | 102 | 20 | 13 | 472 | 110 | 73 |
| Binary | 11100010 | 1001100 | 10111110 | 0 | 1000010 | 10000 | 1011 | 100111010 | 1001000 | 111011 |
Color Harmonies of #E24CBE
Complementary color
Monochromatic Colors of #E24CBE
Black with #E24CBE
Text Example
Text Example
White with #E24CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24CBE; }
p { color: rgb(226,76,190); }
H1.HeaderClassName
{
color: #E24CBE;
}
.AnyTagClassName
{
color: #E24CBE;
}
</style>
background-color css
<style>
a { background-color: #E24CBE; }
a { background-color: rgb(226,76,190); }
div.DivClassName
{
background-color: #E24CBE;
}
.BgClassName
{
background-color: #E24CBE;
}
</style>
border-color css
<style>
span { border-color: #E24CBE; }
span { border-color: rgb(226,76,190); }
td.TdClassName
{
border-color: #E24CBE;
}
.TagClassName
{
border-color: #E24CBE;
}
</style>