Html Css Color HEX #E045E4 Free Speech Magenta
📋 copy color: '#E045E4'red 224 ◦ green 69 ◦ blue 228
Shades of Free Speech Magenta #E045E4
Tints of Free Speech Magenta #E045E4
RGB
CMYK
RGB Variations
Color information
#E045E4 (or 0xE045E4) is known color: Free Speech Magenta. HEX triplet: E0, 45 and E4. RGB value is (224,69,228). Sum of RGB (Red+Green+Blue) = 224+69+228=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 69 (27.34% from 255 or 13.24% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #E045E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E045E4 is #1FBA1B. Grayscale: #848484. Windows color (decimal): -2079260 or 14960096. OLE color: 14960096.
HSL color Cylindrical-coordinate representation of color #E045E4: hue angle of 298.49º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E045E4 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 69 | 228 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.11 |
| HSL | 298.49º | 0.75% | 0.58% | - |
| HSV(B) | 298.49º | 0.7% | 0.89% | - |
| XYZ | 46.87 | 25.7 | 75.89 | - |
| YUV | 133.47 | 181.35 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 228 | 0.02 | 0.70 | 0 | 0.11 | 298.49 | 0.75 | 0.58 |
| Hex | E0 | 45 | E4 | 2 | 46 | 0 | B | 12A | 4B | 3A |
| Octal | 340 | 105 | 344 | 2 | 106 | 0 | 13 | 452 | 113 | 72 |
| Binary | 11100000 | 1000101 | 11100100 | 10 | 1000110 | 0 | 1011 | 100101010 | 1001011 | 111010 |
Color Harmonies of #E045E4
Complementary color
Monochromatic Colors of #E045E4
Black with #E045E4
Text Example
Text Example
White with #E045E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045E4; }
p { color: rgb(224,69,228); }
H1.HeaderClassName
{
color: #E045E4;
}
.AnyTagClassName
{
color: #E045E4;
}
</style>
background-color css
<style>
a { background-color: #E045E4; }
a { background-color: rgb(224,69,228); }
div.DivClassName
{
background-color: #E045E4;
}
.BgClassName
{
background-color: #E045E4;
}
</style>
border-color css
<style>
span { border-color: #E045E4; }
span { border-color: rgb(224,69,228); }
td.TdClassName
{
border-color: #E045E4;
}
.TagClassName
{
border-color: #E045E4;
}
</style>