Html Css Color HEX #E24BCC Free Speech Magenta
📋 copy color: '#E24BCC'red 226 ◦ green 75 ◦ blue 204
Shades of Free Speech Magenta #E24BCC
Tints of Free Speech Magenta #E24BCC
RGB
CMYK
RGB Variations
Color information
#E24BCC (or 0xE24BCC) is known color: Free Speech Magenta. HEX triplet: E2, 4B and CC. RGB value is (226,75,204). Sum of RGB (Red+Green+Blue) = 226+75+204=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24BCC is #1DB433. Grayscale: #868686. Windows color (decimal): -1946676 or 13388770. OLE color: 13388770.
HSL color Cylindrical-coordinate representation of color #E24BCC: hue angle of 308.74º 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 #E24BCC is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 204 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.11 |
| HSL | 308.74º | 0.72% | 0.59% | - |
| HSV(B) | 308.74º | 0.67% | 0.89% | - |
| XYZ | 44.78 | 25.56 | 59.7 | - |
| YUV | 134.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 204 | 0 | 0.67 | 0.10 | 0.11 | 308.74 | 0.72 | 0.59 |
| Hex | E2 | 4B | CC | 0 | 43 | A | B | 135 | 48 | 3B |
| Octal | 342 | 113 | 314 | 0 | 103 | 12 | 13 | 465 | 110 | 73 |
| Binary | 11100010 | 1001011 | 11001100 | 0 | 1000011 | 1010 | 1011 | 100110101 | 1001000 | 111011 |
Color Harmonies of #E24BCC
Complementary color
Monochromatic Colors of #E24BCC
Black with #E24BCC
Text Example
Text Example
White with #E24BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BCC; }
p { color: rgb(226,75,204); }
H1.HeaderClassName
{
color: #E24BCC;
}
.AnyTagClassName
{
color: #E24BCC;
}
</style>
background-color css
<style>
a { background-color: #E24BCC; }
a { background-color: rgb(226,75,204); }
div.DivClassName
{
background-color: #E24BCC;
}
.BgClassName
{
background-color: #E24BCC;
}
</style>
border-color css
<style>
span { border-color: #E24BCC; }
span { border-color: rgb(226,75,204); }
td.TdClassName
{
border-color: #E24BCC;
}
.TagClassName
{
border-color: #E24BCC;
}
</style>