Html Css Color HEX #E245EE Free Speech Magenta
📋 copy color: '#E245EE'red 226 ◦ green 69 ◦ blue 238
Shades of Free Speech Magenta #E245EE
Tints of Free Speech Magenta #E245EE
RGB
CMYK
RGB Variations
Color information
#E245EE (or 0xE245EE) is known color: Free Speech Magenta. HEX triplet: E2, 45 and EE. RGB value is (226,69,238). Sum of RGB (Red+Green+Blue) = 226+69+238=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 69 (27.34% from 255 or 12.95% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #E245EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E245EE is #1DBA11. Grayscale: #868686. Windows color (decimal): -1948178 or 15615458. OLE color: 15615458.
HSL color Cylindrical-coordinate representation of color #E245EE: hue angle of 295.74º 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 #E245EE is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 69 | 238 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.07 |
| HSL | 295.74º | 0.83% | 0.6% | - |
| HSV(B) | 295.74º | 0.71% | 0.93% | - |
| XYZ | 48.92 | 26.6 | 83.44 | - |
| YUV | 135.21 | 186.01 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 238 | 0.05 | 0.71 | 0 | 0.07 | 295.74 | 0.83 | 0.6 |
| Hex | E2 | 45 | EE | 5 | 47 | 0 | 7 | 128 | 53 | 3C |
| Octal | 342 | 105 | 356 | 5 | 107 | 0 | 7 | 450 | 123 | 74 |
| Binary | 11100010 | 1000101 | 11101110 | 101 | 1000111 | 0 | 111 | 100101000 | 1010011 | 111100 |
Color Harmonies of #E245EE
Complementary color
Monochromatic Colors of #E245EE
Black with #E245EE
Text Example
Text Example
White with #E245EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245EE; }
p { color: rgb(226,69,238); }
H1.HeaderClassName
{
color: #E245EE;
}
.AnyTagClassName
{
color: #E245EE;
}
</style>
background-color css
<style>
a { background-color: #E245EE; }
a { background-color: rgb(226,69,238); }
div.DivClassName
{
background-color: #E245EE;
}
.BgClassName
{
background-color: #E245EE;
}
</style>
border-color css
<style>
span { border-color: #E245EE; }
span { border-color: rgb(226,69,238); }
td.TdClassName
{
border-color: #E245EE;
}
.TagClassName
{
border-color: #E245EE;
}
</style>