Html Css Color HEX #E04BDC Free Speech Magenta
📋 copy color: '#E04BDC'red 224 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #E04BDC
Tints of Free Speech Magenta #E04BDC
RGB
CMYK
RGB Variations
Color information
#E04BDC (or 0xE04BDC) is known color: Free Speech Magenta. HEX triplet: E0, 4B and DC. RGB value is (224,75,220). Sum of RGB (Red+Green+Blue) = 224+75+220=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04BDC is #1FB423. Grayscale: #878787. Windows color (decimal): -2077732 or 14437344. OLE color: 14437344.
HSL color Cylindrical-coordinate representation of color #E04BDC: hue angle of 301.61º 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 #E04BDC is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 220 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.12 |
| HSL | 301.61º | 0.71% | 0.59% | - |
| HSV(B) | 301.61º | 0.67% | 0.88% | - |
| XYZ | 46.17 | 26.05 | 70.3 | - |
| YUV | 136.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 220 | 0 | 0.67 | 0.02 | 0.12 | 301.61 | 0.71 | 0.59 |
| Hex | E0 | 4B | DC | 0 | 43 | 2 | C | 12E | 47 | 3B |
| Octal | 340 | 113 | 334 | 0 | 103 | 2 | 14 | 456 | 107 | 73 |
| Binary | 11100000 | 1001011 | 11011100 | 0 | 1000011 | 10 | 1100 | 100101110 | 1000111 | 111011 |
Color Harmonies of #E04BDC
Complementary color
Monochromatic Colors of #E04BDC
Black with #E04BDC
Text Example
Text Example
White with #E04BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04BDC; }
p { color: rgb(224,75,220); }
H1.HeaderClassName
{
color: #E04BDC;
}
.AnyTagClassName
{
color: #E04BDC;
}
</style>
background-color css
<style>
a { background-color: #E04BDC; }
a { background-color: rgb(224,75,220); }
div.DivClassName
{
background-color: #E04BDC;
}
.BgClassName
{
background-color: #E04BDC;
}
</style>
border-color css
<style>
span { border-color: #E04BDC; }
span { border-color: rgb(224,75,220); }
td.TdClassName
{
border-color: #E04BDC;
}
.TagClassName
{
border-color: #E04BDC;
}
</style>