Html Css Color HEX #E04BBC Free Speech Magenta
📋 copy color: '#E04BBC'red 224 ◦ green 75 ◦ blue 188
Shades of Free Speech Magenta #E04BBC
Tints of Free Speech Magenta #E04BBC
RGB
CMYK
RGB Variations
Color information
#E04BBC (or 0xE04BBC) is known color: Free Speech Magenta. HEX triplet: E0, 4B and BC. RGB value is (224,75,188). Sum of RGB (Red+Green+Blue) = 224+75+188=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04BBC is #1FB443. Grayscale: #848484. Windows color (decimal): -2077764 or 12340192. OLE color: 12340192.
HSL color Cylindrical-coordinate representation of color #E04BBC: hue angle of 314.5º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04BBC is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 188 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.12 |
| HSL | 314.5º | 0.71% | 0.59% | - |
| HSV(B) | 314.5º | 0.67% | 0.88% | - |
| XYZ | 42.33 | 24.51 | 50.08 | - |
| YUV | 132.43 | 159.36 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 188 | 0 | 0.67 | 0.16 | 0.12 | 314.5 | 0.71 | 0.59 |
| Hex | E0 | 4B | BC | 0 | 43 | 10 | C | 13A | 47 | 3B |
| Octal | 340 | 113 | 274 | 0 | 103 | 20 | 14 | 472 | 107 | 73 |
| Binary | 11100000 | 1001011 | 10111100 | 0 | 1000011 | 10000 | 1100 | 100111010 | 1000111 | 111011 |
Color Harmonies of #E04BBC
Complementary color
Monochromatic Colors of #E04BBC
Black with #E04BBC
Text Example
Text Example
White with #E04BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04BBC; }
p { color: rgb(224,75,188); }
H1.HeaderClassName
{
color: #E04BBC;
}
.AnyTagClassName
{
color: #E04BBC;
}
</style>
background-color css
<style>
a { background-color: #E04BBC; }
a { background-color: rgb(224,75,188); }
div.DivClassName
{
background-color: #E04BBC;
}
.BgClassName
{
background-color: #E04BBC;
}
</style>
border-color css
<style>
span { border-color: #E04BBC; }
span { border-color: rgb(224,75,188); }
td.TdClassName
{
border-color: #E04BBC;
}
.TagClassName
{
border-color: #E04BBC;
}
</style>