Html Css Color HEX #E04BCD Free Speech Magenta
📋 copy color: '#E04BCD'red 224 ◦ green 75 ◦ blue 205
Shades of Free Speech Magenta #E04BCD
Tints of Free Speech Magenta #E04BCD
RGB
CMYK
RGB Variations
Color information
#E04BCD (or 0xE04BCD) is known color: Free Speech Magenta. HEX triplet: E0, 4B and CD. RGB value is (224,75,205). Sum of RGB (Red+Green+Blue) = 224+75+205=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04BCD is #1FB432. Grayscale: #868686. Windows color (decimal): -2077747 or 13454304. OLE color: 13454304.
HSL color Cylindrical-coordinate representation of color #E04BCD: hue angle of 307.65º 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 #E04BCD is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 205 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.12 |
| HSL | 307.65º | 0.71% | 0.59% | - |
| HSV(B) | 307.65º | 0.67% | 0.88% | - |
| XYZ | 44.28 | 25.29 | 60.3 | - |
| YUV | 134.37 | 167.86 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 205 | 0 | 0.67 | 0.08 | 0.12 | 307.65 | 0.71 | 0.59 |
| Hex | E0 | 4B | CD | 0 | 43 | 8 | C | 134 | 47 | 3B |
| Octal | 340 | 113 | 315 | 0 | 103 | 10 | 14 | 464 | 107 | 73 |
| Binary | 11100000 | 1001011 | 11001101 | 0 | 1000011 | 1000 | 1100 | 100110100 | 1000111 | 111011 |
Color Harmonies of #E04BCD
Complementary color
Monochromatic Colors of #E04BCD
Black with #E04BCD
Text Example
Text Example
White with #E04BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04BCD; }
p { color: rgb(224,75,205); }
H1.HeaderClassName
{
color: #E04BCD;
}
.AnyTagClassName
{
color: #E04BCD;
}
</style>
background-color css
<style>
a { background-color: #E04BCD; }
a { background-color: rgb(224,75,205); }
div.DivClassName
{
background-color: #E04BCD;
}
.BgClassName
{
background-color: #E04BCD;
}
</style>
border-color css
<style>
span { border-color: #E04BCD; }
span { border-color: rgb(224,75,205); }
td.TdClassName
{
border-color: #E04BCD;
}
.TagClassName
{
border-color: #E04BCD;
}
</style>