Html Css Color HEX #E24BCB Free Speech Magenta
📋 copy color: '#E24BCB'red 226 ◦ green 75 ◦ blue 203
Shades of Free Speech Magenta #E24BCB
Tints of Free Speech Magenta #E24BCB
RGB
CMYK
RGB Variations
Color information
#E24BCB (or 0xE24BCB) is known color: Free Speech Magenta. HEX triplet: E2, 4B and CB. RGB value is (226,75,203). Sum of RGB (Red+Green+Blue) = 226+75+203=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24BCB is #1DB434. Grayscale: #868686. Windows color (decimal): -1946677 or 13323234. OLE color: 13323234.
HSL color Cylindrical-coordinate representation of color #E24BCB: hue angle of 309.14º 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 #E24BCB is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 203 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.11 |
| HSL | 309.14º | 0.72% | 0.59% | - |
| HSV(B) | 309.14º | 0.67% | 0.89% | - |
| XYZ | 44.66 | 25.51 | 59.07 | - |
| YUV | 134.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 203 | 0 | 0.67 | 0.10 | 0.11 | 309.14 | 0.72 | 0.59 |
| Hex | E2 | 4B | CB | 0 | 43 | A | B | 135 | 48 | 3B |
| Octal | 342 | 113 | 313 | 0 | 103 | 12 | 13 | 465 | 110 | 73 |
| Binary | 11100010 | 1001011 | 11001011 | 0 | 1000011 | 1010 | 1011 | 100110101 | 1001000 | 111011 |
Color Harmonies of #E24BCB
Complementary color
Monochromatic Colors of #E24BCB
Black with #E24BCB
Text Example
Text Example
White with #E24BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BCB; }
p { color: rgb(226,75,203); }
H1.HeaderClassName
{
color: #E24BCB;
}
.AnyTagClassName
{
color: #E24BCB;
}
</style>
background-color css
<style>
a { background-color: #E24BCB; }
a { background-color: rgb(226,75,203); }
div.DivClassName
{
background-color: #E24BCB;
}
.BgClassName
{
background-color: #E24BCB;
}
</style>
border-color css
<style>
span { border-color: #E24BCB; }
span { border-color: rgb(226,75,203); }
td.TdClassName
{
border-color: #E24BCB;
}
.TagClassName
{
border-color: #E24BCB;
}
</style>