Html Css Color HEX #E045E5 Free Speech Magenta
📋 copy color: '#E045E5'red 224 ◦ green 69 ◦ blue 229
Shades of Free Speech Magenta #E045E5
Tints of Free Speech Magenta #E045E5
RGB
CMYK
RGB Variations
Color information
#E045E5 (or 0xE045E5) is known color: Free Speech Magenta. HEX triplet: E0, 45 and E5. RGB value is (224,69,229). Sum of RGB (Red+Green+Blue) = 224+69+229=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 69 (27.34% from 255 or 13.22% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #E045E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E045E5 is #1FBA1A. Grayscale: #858585. Windows color (decimal): -2079259 or 15025632. OLE color: 15025632.
HSL color Cylindrical-coordinate representation of color #E045E5: hue angle of 298.12º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E045E5 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 69 | 229 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.10 |
| HSL | 298.13º | 0.75% | 0.58% | - |
| HSV(B) | 298.13º | 0.7% | 0.9% | - |
| XYZ | 47.01 | 25.76 | 76.62 | - |
| YUV | 133.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 229 | 0.02 | 0.70 | 0 | 0.10 | 298.13 | 0.75 | 0.58 |
| Hex | E0 | 45 | E5 | 2 | 46 | 0 | A | 12A | 4B | 3A |
| Octal | 340 | 105 | 345 | 2 | 106 | 0 | 12 | 452 | 113 | 72 |
| Binary | 11100000 | 1000101 | 11100101 | 10 | 1000110 | 0 | 1010 | 100101010 | 1001011 | 111010 |
Color Harmonies of #E045E5
Complementary color
Monochromatic Colors of #E045E5
Black with #E045E5
Text Example
Text Example
White with #E045E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045E5; }
p { color: rgb(224,69,229); }
H1.HeaderClassName
{
color: #E045E5;
}
.AnyTagClassName
{
color: #E045E5;
}
</style>
background-color css
<style>
a { background-color: #E045E5; }
a { background-color: rgb(224,69,229); }
div.DivClassName
{
background-color: #E045E5;
}
.BgClassName
{
background-color: #E045E5;
}
</style>
border-color css
<style>
span { border-color: #E045E5; }
span { border-color: rgb(224,69,229); }
td.TdClassName
{
border-color: #E045E5;
}
.TagClassName
{
border-color: #E045E5;
}
</style>