Html Css Color HEX #E04CBF Free Speech Magenta
📋 copy color: '#E04CBF'red 224 ◦ green 76 ◦ blue 191
Shades of Free Speech Magenta #E04CBF
Tints of Free Speech Magenta #E04CBF
RGB
CMYK
RGB Variations
Color information
#E04CBF (or 0xE04CBF) is known color: Free Speech Magenta. HEX triplet: E0, 4C and BF. RGB value is (224,76,191). Sum of RGB (Red+Green+Blue) = 224+76+191=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CBF is #1FB340. Grayscale: #858585. Windows color (decimal): -2077505 or 12537056. OLE color: 12537056.
HSL color Cylindrical-coordinate representation of color #E04CBF: hue angle of 313.38º 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 #E04CBF is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 191 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.12 |
| HSL | 313.38º | 0.7% | 0.59% | - |
| HSV(B) | 313.38º | 0.66% | 0.88% | - |
| XYZ | 42.73 | 24.78 | 51.82 | - |
| YUV | 133.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 191 | 0 | 0.66 | 0.15 | 0.12 | 313.38 | 0.7 | 0.59 |
| Hex | E0 | 4C | BF | 0 | 42 | F | C | 139 | 46 | 3B |
| Octal | 340 | 114 | 277 | 0 | 102 | 17 | 14 | 471 | 106 | 73 |
| Binary | 11100000 | 1001100 | 10111111 | 0 | 1000010 | 1111 | 1100 | 100111001 | 1000110 | 111011 |
Color Harmonies of #E04CBF
Complementary color
Monochromatic Colors of #E04CBF
Black with #E04CBF
Text Example
Text Example
White with #E04CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CBF; }
p { color: rgb(224,76,191); }
H1.HeaderClassName
{
color: #E04CBF;
}
.AnyTagClassName
{
color: #E04CBF;
}
</style>
background-color css
<style>
a { background-color: #E04CBF; }
a { background-color: rgb(224,76,191); }
div.DivClassName
{
background-color: #E04CBF;
}
.BgClassName
{
background-color: #E04CBF;
}
</style>
border-color css
<style>
span { border-color: #E04CBF; }
span { border-color: rgb(224,76,191); }
td.TdClassName
{
border-color: #E04CBF;
}
.TagClassName
{
border-color: #E04CBF;
}
</style>