Html Css Color HEX #E045C5 Free Speech Magenta
📋 copy color: '#E045C5'red 224 ◦ green 69 ◦ blue 197
Shades of Free Speech Magenta #E045C5
Tints of Free Speech Magenta #E045C5
RGB
CMYK
RGB Variations
Color information
#E045C5 (or 0xE045C5) is known color: Free Speech Magenta. HEX triplet: E0, 45 and C5. RGB value is (224,69,197). Sum of RGB (Red+Green+Blue) = 224+69+197=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E045C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E045C5 is #1FBA3A. Grayscale: #818181. Windows color (decimal): -2079291 or 12928480. OLE color: 12928480.
HSL color Cylindrical-coordinate representation of color #E045C5: hue angle of 310.45º 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 #E045C5 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 197 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.12 |
| HSL | 310.45º | 0.71% | 0.57% | - |
| HSV(B) | 310.45º | 0.69% | 0.88% | - |
| XYZ | 42.95 | 24.13 | 55.22 | - |
| YUV | 129.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 197 | 0 | 0.69 | 0.12 | 0.12 | 310.45 | 0.71 | 0.57 |
| Hex | E0 | 45 | C5 | 0 | 45 | C | C | 136 | 47 | 39 |
| Octal | 340 | 105 | 305 | 0 | 105 | 14 | 14 | 466 | 107 | 71 |
| Binary | 11100000 | 1000101 | 11000101 | 0 | 1000101 | 1100 | 1100 | 100110110 | 1000111 | 111001 |
Color Harmonies of #E045C5
Complementary color
Monochromatic Colors of #E045C5
Black with #E045C5
Text Example
Text Example
White with #E045C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045C5; }
p { color: rgb(224,69,197); }
H1.HeaderClassName
{
color: #E045C5;
}
.AnyTagClassName
{
color: #E045C5;
}
</style>
background-color css
<style>
a { background-color: #E045C5; }
a { background-color: rgb(224,69,197); }
div.DivClassName
{
background-color: #E045C5;
}
.BgClassName
{
background-color: #E045C5;
}
</style>
border-color css
<style>
span { border-color: #E045C5; }
span { border-color: rgb(224,69,197); }
td.TdClassName
{
border-color: #E045C5;
}
.TagClassName
{
border-color: #E045C5;
}
</style>