Html Css Color HEX #E33EDB Free Speech Magenta
📋 copy color: '#E33EDB'red 227 ◦ green 62 ◦ blue 219
Shades of Free Speech Magenta #E33EDB
Tints of Free Speech Magenta #E33EDB
RGB
CMYK
RGB Variations
Color information
#E33EDB (or 0xE33EDB) is known color: Free Speech Magenta. HEX triplet: E3, 3E and DB. RGB value is (227,62,219). Sum of RGB (Red+Green+Blue) = 227+62+219=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 62 (24.61% from 255 or 12.20% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E33EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33EDB is #1CC124. Grayscale: #808080. Windows color (decimal): -1884453 or 14368483. OLE color: 14368483.
HSL color Cylindrical-coordinate representation of color #E33EDB: hue angle of 302.91º 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 #E33EDB is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 62 | 219 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.11 |
| HSL | 302.91º | 0.75% | 0.57% | - |
| HSV(B) | 302.91º | 0.73% | 0.89% | - |
| XYZ | 46.19 | 24.89 | 69.39 | - |
| YUV | 129.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 62 | 219 | 0 | 0.73 | 0.04 | 0.11 | 302.91 | 0.75 | 0.57 |
| Hex | E3 | 3E | DB | 0 | 49 | 4 | B | 12F | 4B | 39 |
| Octal | 343 | 76 | 333 | 0 | 111 | 4 | 13 | 457 | 113 | 71 |
| Binary | 11100011 | 111110 | 11011011 | 0 | 1001001 | 100 | 1011 | 100101111 | 1001011 | 111001 |
Color Harmonies of #E33EDB
Complementary color
Monochromatic Colors of #E33EDB
Black with #E33EDB
Text Example
Text Example
White with #E33EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33EDB; }
p { color: rgb(227,62,219); }
H1.HeaderClassName
{
color: #E33EDB;
}
.AnyTagClassName
{
color: #E33EDB;
}
</style>
background-color css
<style>
a { background-color: #E33EDB; }
a { background-color: rgb(227,62,219); }
div.DivClassName
{
background-color: #E33EDB;
}
.BgClassName
{
background-color: #E33EDB;
}
</style>
border-color css
<style>
span { border-color: #E33EDB; }
span { border-color: rgb(227,62,219); }
td.TdClassName
{
border-color: #E33EDB;
}
.TagClassName
{
border-color: #E33EDB;
}
</style>