Html Css Color HEX #E04BDF Free Speech Magenta
📋 copy color: '#E04BDF'red 224 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #E04BDF
Tints of Free Speech Magenta #E04BDF
RGB
CMYK
RGB Variations
Color information
#E04BDF (or 0xE04BDF) is known color: Free Speech Magenta. HEX triplet: E0, 4B and DF. RGB value is (224,75,223). Sum of RGB (Red+Green+Blue) = 224+75+223=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04BDF is #1FB420. Grayscale: #878787. Windows color (decimal): -2077729 or 14633952. OLE color: 14633952.
HSL color Cylindrical-coordinate representation of color #E04BDF: hue angle of 300.4º 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 #E04BDF is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 223 | - |
| CMYK | 0 | 0.67 | 0.00 | 0.12 |
| HSL | 300.4º | 0.71% | 0.59% | - |
| HSV(B) | 300.4º | 0.67% | 0.88% | - |
| XYZ | 46.58 | 26.21 | 72.42 | - |
| YUV | 136.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 223 | 0 | 0.67 | 0.00 | 0.12 | 300.4 | 0.71 | 0.59 |
| Hex | E0 | 4B | DF | 0 | 43 | 0 | C | 12C | 47 | 3B |
| Octal | 340 | 113 | 337 | 0 | 103 | 0 | 14 | 454 | 107 | 73 |
| Binary | 11100000 | 1001011 | 11011111 | 0 | 1000011 | 0 | 1100 | 100101100 | 1000111 | 111011 |
Color Harmonies of #E04BDF
Complementary color
Monochromatic Colors of #E04BDF
Black with #E04BDF
Text Example
Text Example
White with #E04BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04BDF; }
p { color: rgb(224,75,223); }
H1.HeaderClassName
{
color: #E04BDF;
}
.AnyTagClassName
{
color: #E04BDF;
}
</style>
background-color css
<style>
a { background-color: #E04BDF; }
a { background-color: rgb(224,75,223); }
div.DivClassName
{
background-color: #E04BDF;
}
.BgClassName
{
background-color: #E04BDF;
}
</style>
border-color css
<style>
span { border-color: #E04BDF; }
span { border-color: rgb(224,75,223); }
td.TdClassName
{
border-color: #E04BDF;
}
.TagClassName
{
border-color: #E04BDF;
}
</style>