Html Css Color HEX #E04BDD Free Speech Magenta
📋 copy color: '#E04BDD'red 224 ◦ green 75 ◦ blue 221
Shades of Free Speech Magenta #E04BDD
Tints of Free Speech Magenta #E04BDD
RGB
CMYK
RGB Variations
Color information
#E04BDD (or 0xE04BDD) is known color: Free Speech Magenta. HEX triplet: E0, 4B and DD. RGB value is (224,75,221). Sum of RGB (Red+Green+Blue) = 224+75+221=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04BDD is #1FB422. Grayscale: #878787. Windows color (decimal): -2077731 or 14502880. OLE color: 14502880.
HSL color Cylindrical-coordinate representation of color #E04BDD: hue angle of 301.21º 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 #E04BDD is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 221 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.12 |
| HSL | 301.21º | 0.71% | 0.59% | - |
| HSV(B) | 301.21º | 0.67% | 0.88% | - |
| XYZ | 46.31 | 26.1 | 71 | - |
| YUV | 136.2 | 175.86 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 221 | 0 | 0.67 | 0.01 | 0.12 | 301.21 | 0.71 | 0.59 |
| Hex | E0 | 4B | DD | 0 | 43 | 1 | C | 12D | 47 | 3B |
| Octal | 340 | 113 | 335 | 0 | 103 | 1 | 14 | 455 | 107 | 73 |
| Binary | 11100000 | 1001011 | 11011101 | 0 | 1000011 | 1 | 1100 | 100101101 | 1000111 | 111011 |
Color Harmonies of #E04BDD
Complementary color
Monochromatic Colors of #E04BDD
Black with #E04BDD
Text Example
Text Example
White with #E04BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04BDD; }
p { color: rgb(224,75,221); }
H1.HeaderClassName
{
color: #E04BDD;
}
.AnyTagClassName
{
color: #E04BDD;
}
</style>
background-color css
<style>
a { background-color: #E04BDD; }
a { background-color: rgb(224,75,221); }
div.DivClassName
{
background-color: #E04BDD;
}
.BgClassName
{
background-color: #E04BDD;
}
</style>
border-color css
<style>
span { border-color: #E04BDD; }
span { border-color: rgb(224,75,221); }
td.TdClassName
{
border-color: #E04BDD;
}
.TagClassName
{
border-color: #E04BDD;
}
</style>