Html Css Color HEX #E045D1 Free Speech Magenta
📋 copy color: '#E045D1'red 224 ◦ green 69 ◦ blue 209
Shades of Free Speech Magenta #E045D1
Tints of Free Speech Magenta #E045D1
RGB
CMYK
RGB Variations
Color information
#E045D1 (or 0xE045D1) is known color: Free Speech Magenta. HEX triplet: E0, 45 and D1. RGB value is (224,69,209). Sum of RGB (Red+Green+Blue) = 224+69+209=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E045D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E045D1 is #1FBA2E. Grayscale: #828282. Windows color (decimal): -2079279 or 13714912. OLE color: 13714912.
HSL color Cylindrical-coordinate representation of color #E045D1: hue angle of 305.81º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E045D1 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 209 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.12 |
| HSL | 305.81º | 0.71% | 0.57% | - |
| HSV(B) | 305.81º | 0.69% | 0.88% | - |
| XYZ | 44.38 | 24.71 | 62.75 | - |
| YUV | 131.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 209 | 0 | 0.69 | 0.07 | 0.12 | 305.81 | 0.71 | 0.57 |
| Hex | E0 | 45 | D1 | 0 | 45 | 7 | C | 132 | 47 | 39 |
| Octal | 340 | 105 | 321 | 0 | 105 | 7 | 14 | 462 | 107 | 71 |
| Binary | 11100000 | 1000101 | 11010001 | 0 | 1000101 | 111 | 1100 | 100110010 | 1000111 | 111001 |
Color Harmonies of #E045D1
Complementary color
Monochromatic Colors of #E045D1
Black with #E045D1
Text Example
Text Example
White with #E045D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045D1; }
p { color: rgb(224,69,209); }
H1.HeaderClassName
{
color: #E045D1;
}
.AnyTagClassName
{
color: #E045D1;
}
</style>
background-color css
<style>
a { background-color: #E045D1; }
a { background-color: rgb(224,69,209); }
div.DivClassName
{
background-color: #E045D1;
}
.BgClassName
{
background-color: #E045D1;
}
</style>
border-color css
<style>
span { border-color: #E045D1; }
span { border-color: rgb(224,69,209); }
td.TdClassName
{
border-color: #E045D1;
}
.TagClassName
{
border-color: #E045D1;
}
</style>