Html Css Color HEX #E33EDE Free Speech Magenta
📋 copy color: '#E33EDE'red 227 ◦ green 62 ◦ blue 222
Shades of Free Speech Magenta #E33EDE
Tints of Free Speech Magenta #E33EDE
RGB
CMYK
RGB Variations
Color information
#E33EDE (or 0xE33EDE) is known color: Free Speech Magenta. HEX triplet: E3, 3E and DE. RGB value is (227,62,222). Sum of RGB (Red+Green+Blue) = 227+62+222=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E33EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33EDE is #1CC121. Grayscale: #818181. Windows color (decimal): -1884450 or 14565091. OLE color: 14565091.
HSL color Cylindrical-coordinate representation of color #E33EDE: hue angle of 301.82º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E33EDE is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 62 | 222 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.11 |
| HSL | 301.82º | 0.75% | 0.57% | - |
| HSV(B) | 301.82º | 0.73% | 0.89% | - |
| XYZ | 46.59 | 25.05 | 71.49 | - |
| YUV | 129.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 62 | 222 | 0 | 0.73 | 0.02 | 0.11 | 301.82 | 0.75 | 0.57 |
| Hex | E3 | 3E | DE | 0 | 49 | 2 | B | 12E | 4B | 39 |
| Octal | 343 | 76 | 336 | 0 | 111 | 2 | 13 | 456 | 113 | 71 |
| Binary | 11100011 | 111110 | 11011110 | 0 | 1001001 | 10 | 1011 | 100101110 | 1001011 | 111001 |
Color Harmonies of #E33EDE
Complementary color
Monochromatic Colors of #E33EDE
Black with #E33EDE
Text Example
Text Example
White with #E33EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33EDE; }
p { color: rgb(227,62,222); }
H1.HeaderClassName
{
color: #E33EDE;
}
.AnyTagClassName
{
color: #E33EDE;
}
</style>
background-color css
<style>
a { background-color: #E33EDE; }
a { background-color: rgb(227,62,222); }
div.DivClassName
{
background-color: #E33EDE;
}
.BgClassName
{
background-color: #E33EDE;
}
</style>
border-color css
<style>
span { border-color: #E33EDE; }
span { border-color: rgb(227,62,222); }
td.TdClassName
{
border-color: #E33EDE;
}
.TagClassName
{
border-color: #E33EDE;
}
</style>