Html Css Color HEX #E33EED Free Speech Magenta
📋 copy color: '#E33EED'red 227 ◦ green 62 ◦ blue 237
Shades of Free Speech Magenta #E33EED
Tints of Free Speech Magenta #E33EED
RGB
CMYK
RGB Variations
Color information
#E33EED (or 0xE33EED) is known color: Free Speech Magenta. HEX triplet: E3, 3E and ED. RGB value is (227,62,237). Sum of RGB (Red+Green+Blue) = 227+62+237=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 62 (24.61% from 255 or 11.79% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #E33EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E33EED is #1CC112. Grayscale: #828282. Windows color (decimal): -1884435 or 15548131. OLE color: 15548131.
HSL color Cylindrical-coordinate representation of color #E33EED: hue angle of 296.57º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33EED is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 62 | 237 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.07 |
| HSL | 296.57º | 0.83% | 0.59% | - |
| HSV(B) | 296.57º | 0.74% | 0.93% | - |
| XYZ | 48.69 | 25.89 | 82.55 | - |
| YUV | 131.29 | 187.66 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 62 | 237 | 0.04 | 0.74 | 0 | 0.07 | 296.57 | 0.83 | 0.59 |
| Hex | E3 | 3E | ED | 4 | 4A | 0 | 7 | 129 | 53 | 3B |
| Octal | 343 | 76 | 355 | 4 | 112 | 0 | 7 | 451 | 123 | 73 |
| Binary | 11100011 | 111110 | 11101101 | 100 | 1001010 | 0 | 111 | 100101001 | 1010011 | 111011 |
Color Harmonies of #E33EED
Complementary color
Monochromatic Colors of #E33EED
Black with #E33EED
Text Example
Text Example
White with #E33EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33EED; }
p { color: rgb(227,62,237); }
H1.HeaderClassName
{
color: #E33EED;
}
.AnyTagClassName
{
color: #E33EED;
}
</style>
background-color css
<style>
a { background-color: #E33EED; }
a { background-color: rgb(227,62,237); }
div.DivClassName
{
background-color: #E33EED;
}
.BgClassName
{
background-color: #E33EED;
}
</style>
border-color css
<style>
span { border-color: #E33EED; }
span { border-color: rgb(227,62,237); }
td.TdClassName
{
border-color: #E33EED;
}
.TagClassName
{
border-color: #E33EED;
}
</style>