Html Css Color HEX #E045D6 Free Speech Magenta
📋 copy color: '#E045D6'red 224 ◦ green 69 ◦ blue 214
Shades of Free Speech Magenta #E045D6
Tints of Free Speech Magenta #E045D6
RGB
CMYK
RGB Variations
Color information
#E045D6 (or 0xE045D6) is known color: Free Speech Magenta. HEX triplet: E0, 45 and D6. RGB value is (224,69,214). Sum of RGB (Red+Green+Blue) = 224+69+214=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E045D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E045D6 is #1FBA29. Grayscale: #838383. Windows color (decimal): -2079274 or 14042592. OLE color: 14042592.
HSL color Cylindrical-coordinate representation of color #E045D6: hue angle of 303.87º 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 #E045D6 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 214 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.12 |
| HSL | 303.87º | 0.71% | 0.57% | - |
| HSV(B) | 303.87º | 0.69% | 0.88% | - |
| XYZ | 45.01 | 24.96 | 66.06 | - |
| YUV | 131.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 214 | 0 | 0.69 | 0.04 | 0.12 | 303.87 | 0.71 | 0.57 |
| Hex | E0 | 45 | D6 | 0 | 45 | 4 | C | 130 | 47 | 39 |
| Octal | 340 | 105 | 326 | 0 | 105 | 4 | 14 | 460 | 107 | 71 |
| Binary | 11100000 | 1000101 | 11010110 | 0 | 1000101 | 100 | 1100 | 100110000 | 1000111 | 111001 |
Color Harmonies of #E045D6
Complementary color
Monochromatic Colors of #E045D6
Black with #E045D6
Text Example
Text Example
White with #E045D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045D6; }
p { color: rgb(224,69,214); }
H1.HeaderClassName
{
color: #E045D6;
}
.AnyTagClassName
{
color: #E045D6;
}
</style>
background-color css
<style>
a { background-color: #E045D6; }
a { background-color: rgb(224,69,214); }
div.DivClassName
{
background-color: #E045D6;
}
.BgClassName
{
background-color: #E045D6;
}
</style>
border-color css
<style>
span { border-color: #E045D6; }
span { border-color: rgb(224,69,214); }
td.TdClassName
{
border-color: #E045D6;
}
.TagClassName
{
border-color: #E045D6;
}
</style>