Html Css Color HEX #E254EE Free Speech Magenta
📋 copy color: '#E254EE'red 226 ◦ green 84 ◦ blue 238
Shades of Free Speech Magenta #E254EE
Tints of Free Speech Magenta #E254EE
RGB
CMYK
RGB Variations
Color information
#E254EE (or 0xE254EE) is known color: Free Speech Magenta. HEX triplet: E2, 54 and EE. RGB value is (226,84,238). Sum of RGB (Red+Green+Blue) = 226+84+238=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 84 (33.20% from 255 or 15.33% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #E254EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E254EE is #1DAB11. Grayscale: #8F8F8F. Windows color (decimal): -1944338 or 15619298. OLE color: 15619298.
HSL color Cylindrical-coordinate representation of color #E254EE: hue angle of 295.32º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E254EE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 84 | 238 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.07 |
| HSL | 295.32º | 0.82% | 0.63% | - |
| HSV(B) | 295.32º | 0.65% | 0.93% | - |
| XYZ | 49.97 | 28.68 | 83.79 | - |
| YUV | 144.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 238 | 0.05 | 0.65 | 0 | 0.07 | 295.32 | 0.82 | 0.63 |
| Hex | E2 | 54 | EE | 5 | 41 | 0 | 7 | 127 | 52 | 3F |
| Octal | 342 | 124 | 356 | 5 | 101 | 0 | 7 | 447 | 122 | 77 |
| Binary | 11100010 | 1010100 | 11101110 | 101 | 1000001 | 0 | 111 | 100100111 | 1010010 | 111111 |
Color Harmonies of #E254EE
Complementary color
Monochromatic Colors of #E254EE
Black with #E254EE
Text Example
Text Example
White with #E254EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254EE; }
p { color: rgb(226,84,238); }
H1.HeaderClassName
{
color: #E254EE;
}
.AnyTagClassName
{
color: #E254EE;
}
</style>
background-color css
<style>
a { background-color: #E254EE; }
a { background-color: rgb(226,84,238); }
div.DivClassName
{
background-color: #E254EE;
}
.BgClassName
{
background-color: #E254EE;
}
</style>
border-color css
<style>
span { border-color: #E254EE; }
span { border-color: rgb(226,84,238); }
td.TdClassName
{
border-color: #E254EE;
}
.TagClassName
{
border-color: #E254EE;
}
</style>