Html Css Color HEX #E04BD3 Free Speech Magenta
📋 copy color: '#E04BD3'red 224 ◦ green 75 ◦ blue 211
Shades of Free Speech Magenta #E04BD3
Tints of Free Speech Magenta #E04BD3
RGB
CMYK
RGB Variations
Color information
#E04BD3 (or 0xE04BD3) is known color: Free Speech Magenta. HEX triplet: E0, 4B and D3. RGB value is (224,75,211). Sum of RGB (Red+Green+Blue) = 224+75+211=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04BD3 is #1FB42C. Grayscale: #868686. Windows color (decimal): -2077741 or 13847520. OLE color: 13847520.
HSL color Cylindrical-coordinate representation of color #E04BD3: hue angle of 305.23º 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 #E04BD3 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 211 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.12 |
| HSL | 305.23º | 0.71% | 0.59% | - |
| HSV(B) | 305.23º | 0.67% | 0.88% | - |
| XYZ | 45.01 | 25.58 | 64.19 | - |
| YUV | 135.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 211 | 0 | 0.67 | 0.06 | 0.12 | 305.23 | 0.71 | 0.59 |
| Hex | E0 | 4B | D3 | 0 | 43 | 6 | C | 131 | 47 | 3B |
| Octal | 340 | 113 | 323 | 0 | 103 | 6 | 14 | 461 | 107 | 73 |
| Binary | 11100000 | 1001011 | 11010011 | 0 | 1000011 | 110 | 1100 | 100110001 | 1000111 | 111011 |
Color Harmonies of #E04BD3
Complementary color
Monochromatic Colors of #E04BD3
Black with #E04BD3
Text Example
Text Example
White with #E04BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04BD3; }
p { color: rgb(224,75,211); }
H1.HeaderClassName
{
color: #E04BD3;
}
.AnyTagClassName
{
color: #E04BD3;
}
</style>
background-color css
<style>
a { background-color: #E04BD3; }
a { background-color: rgb(224,75,211); }
div.DivClassName
{
background-color: #E04BD3;
}
.BgClassName
{
background-color: #E04BD3;
}
</style>
border-color css
<style>
span { border-color: #E04BD3; }
span { border-color: rgb(224,75,211); }
td.TdClassName
{
border-color: #E04BD3;
}
.TagClassName
{
border-color: #E04BD3;
}
</style>