Html Css Color HEX #E045EE Free Speech Magenta
📋 copy color: '#E045EE'red 224 ◦ green 69 ◦ blue 238
Shades of Free Speech Magenta #E045EE
Tints of Free Speech Magenta #E045EE
RGB
CMYK
RGB Variations
Color information
#E045EE (or 0xE045EE) is known color: Free Speech Magenta. HEX triplet: E0, 45 and EE. RGB value is (224,69,238). Sum of RGB (Red+Green+Blue) = 224+69+238=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 69 (27.34% from 255 or 12.99% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #E045EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E045EE is #1FBA11. Grayscale: #868686. Windows color (decimal): -2079250 or 15615456. OLE color: 15615456.
HSL color Cylindrical-coordinate representation of color #E045EE: hue angle of 295.03º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E045EE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 69 | 238 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.07 |
| HSL | 295.03º | 0.83% | 0.6% | - |
| HSV(B) | 295.03º | 0.71% | 0.93% | - |
| XYZ | 48.3 | 26.28 | 83.42 | - |
| YUV | 134.61 | 186.35 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 238 | 0.06 | 0.71 | 0 | 0.07 | 295.03 | 0.83 | 0.6 |
| Hex | E0 | 45 | EE | 6 | 47 | 0 | 7 | 127 | 53 | 3C |
| Octal | 340 | 105 | 356 | 6 | 107 | 0 | 7 | 447 | 123 | 74 |
| Binary | 11100000 | 1000101 | 11101110 | 110 | 1000111 | 0 | 111 | 100100111 | 1010011 | 111100 |
Color Harmonies of #E045EE
Complementary color
Monochromatic Colors of #E045EE
Black with #E045EE
Text Example
Text Example
White with #E045EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045EE; }
p { color: rgb(224,69,238); }
H1.HeaderClassName
{
color: #E045EE;
}
.AnyTagClassName
{
color: #E045EE;
}
</style>
background-color css
<style>
a { background-color: #E045EE; }
a { background-color: rgb(224,69,238); }
div.DivClassName
{
background-color: #E045EE;
}
.BgClassName
{
background-color: #E045EE;
}
</style>
border-color css
<style>
span { border-color: #E045EE; }
span { border-color: rgb(224,69,238); }
td.TdClassName
{
border-color: #E045EE;
}
.TagClassName
{
border-color: #E045EE;
}
</style>