Html Css Color HEX #E24CBC Free Speech Magenta
📋 copy color: '#E24CBC'red 226 ◦ green 76 ◦ blue 188
Shades of Free Speech Magenta #E24CBC
Tints of Free Speech Magenta #E24CBC
RGB
CMYK
RGB Variations
Color information
#E24CBC (or 0xE24CBC) is known color: Free Speech Magenta. HEX triplet: E2, 4C and BC. RGB value is (226,76,188). Sum of RGB (Red+Green+Blue) = 226+76+188=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E24CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24CBC is #1DB343. Grayscale: #858585. Windows color (decimal): -1946436 or 12340450. OLE color: 12340450.
HSL color Cylindrical-coordinate representation of color #E24CBC: hue angle of 315.2º 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 #E24CBC is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 188 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.11 |
| HSL | 315.2º | 0.72% | 0.59% | - |
| HSV(B) | 315.2º | 0.66% | 0.89% | - |
| XYZ | 43.03 | 24.97 | 50.13 | - |
| YUV | 133.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 188 | 0 | 0.66 | 0.17 | 0.11 | 315.2 | 0.72 | 0.59 |
| Hex | E2 | 4C | BC | 0 | 42 | 11 | B | 13B | 48 | 3B |
| Octal | 342 | 114 | 274 | 0 | 102 | 21 | 13 | 473 | 110 | 73 |
| Binary | 11100010 | 1001100 | 10111100 | 0 | 1000010 | 10001 | 1011 | 100111011 | 1001000 | 111011 |
Color Harmonies of #E24CBC
Complementary color
Monochromatic Colors of #E24CBC
Black with #E24CBC
Text Example
Text Example
White with #E24CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24CBC; }
p { color: rgb(226,76,188); }
H1.HeaderClassName
{
color: #E24CBC;
}
.AnyTagClassName
{
color: #E24CBC;
}
</style>
background-color css
<style>
a { background-color: #E24CBC; }
a { background-color: rgb(226,76,188); }
div.DivClassName
{
background-color: #E24CBC;
}
.BgClassName
{
background-color: #E24CBC;
}
</style>
border-color css
<style>
span { border-color: #E24CBC; }
span { border-color: rgb(226,76,188); }
td.TdClassName
{
border-color: #E24CBC;
}
.TagClassName
{
border-color: #E24CBC;
}
</style>