Html Css Color HEX #E24BCE Free Speech Magenta
📋 copy color: '#E24BCE'red 226 ◦ green 75 ◦ blue 206
Shades of Free Speech Magenta #E24BCE
Tints of Free Speech Magenta #E24BCE
RGB
CMYK
RGB Variations
Color information
#E24BCE (or 0xE24BCE) is known color: Free Speech Magenta. HEX triplet: E2, 4B and CE. RGB value is (226,75,206). Sum of RGB (Red+Green+Blue) = 226+75+206=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24BCE is #1DB431. Grayscale: #868686. Windows color (decimal): -1946674 or 13519842. OLE color: 13519842.
HSL color Cylindrical-coordinate representation of color #E24BCE: hue angle of 307.95º 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 #E24BCE is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 206 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.11 |
| HSL | 307.95º | 0.72% | 0.59% | - |
| HSV(B) | 307.95º | 0.67% | 0.89% | - |
| XYZ | 45.02 | 25.66 | 60.97 | - |
| YUV | 135.08 | 168.03 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 206 | 0 | 0.67 | 0.09 | 0.11 | 307.95 | 0.72 | 0.59 |
| Hex | E2 | 4B | CE | 0 | 43 | 9 | B | 134 | 48 | 3B |
| Octal | 342 | 113 | 316 | 0 | 103 | 11 | 13 | 464 | 110 | 73 |
| Binary | 11100010 | 1001011 | 11001110 | 0 | 1000011 | 1001 | 1011 | 100110100 | 1001000 | 111011 |
Color Harmonies of #E24BCE
Complementary color
Monochromatic Colors of #E24BCE
Black with #E24BCE
Text Example
Text Example
White with #E24BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BCE; }
p { color: rgb(226,75,206); }
H1.HeaderClassName
{
color: #E24BCE;
}
.AnyTagClassName
{
color: #E24BCE;
}
</style>
background-color css
<style>
a { background-color: #E24BCE; }
a { background-color: rgb(226,75,206); }
div.DivClassName
{
background-color: #E24BCE;
}
.BgClassName
{
background-color: #E24BCE;
}
</style>
border-color css
<style>
span { border-color: #E24BCE; }
span { border-color: rgb(226,75,206); }
td.TdClassName
{
border-color: #E24BCE;
}
.TagClassName
{
border-color: #E24BCE;
}
</style>