Html Css Color HEX #E04CBC Free Speech Magenta
📋 copy color: '#E04CBC'red 224 ◦ green 76 ◦ blue 188
Shades of Free Speech Magenta #E04CBC
Tints of Free Speech Magenta #E04CBC
RGB
CMYK
RGB Variations
Color information
#E04CBC (or 0xE04CBC) is known color: Free Speech Magenta. HEX triplet: E0, 4C and BC. RGB value is (224,76,188). Sum of RGB (Red+Green+Blue) = 224+76+188=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CBC is #1FB343. Grayscale: #848484. Windows color (decimal): -2077508 or 12340448. OLE color: 12340448.
HSL color Cylindrical-coordinate representation of color #E04CBC: hue angle of 314.59º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04CBC is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 188 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.12 |
| HSL | 314.59º | 0.7% | 0.59% | - |
| HSV(B) | 314.59º | 0.66% | 0.88% | - |
| XYZ | 42.4 | 24.65 | 50.1 | - |
| YUV | 133.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 188 | 0 | 0.66 | 0.16 | 0.12 | 314.59 | 0.7 | 0.59 |
| Hex | E0 | 4C | BC | 0 | 42 | 10 | C | 13B | 46 | 3B |
| Octal | 340 | 114 | 274 | 0 | 102 | 20 | 14 | 473 | 106 | 73 |
| Binary | 11100000 | 1001100 | 10111100 | 0 | 1000010 | 10000 | 1100 | 100111011 | 1000110 | 111011 |
Color Harmonies of #E04CBC
Complementary color
Monochromatic Colors of #E04CBC
Black with #E04CBC
Text Example
Text Example
White with #E04CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CBC; }
p { color: rgb(224,76,188); }
H1.HeaderClassName
{
color: #E04CBC;
}
.AnyTagClassName
{
color: #E04CBC;
}
</style>
background-color css
<style>
a { background-color: #E04CBC; }
a { background-color: rgb(224,76,188); }
div.DivClassName
{
background-color: #E04CBC;
}
.BgClassName
{
background-color: #E04CBC;
}
</style>
border-color css
<style>
span { border-color: #E04CBC; }
span { border-color: rgb(224,76,188); }
td.TdClassName
{
border-color: #E04CBC;
}
.TagClassName
{
border-color: #E04CBC;
}
</style>