Html Css Color HEX #E33AD5 Free Speech Magenta
📋 copy color: '#E33AD5'red 227 ◦ green 58 ◦ blue 213
Shades of Free Speech Magenta #E33AD5
Tints of Free Speech Magenta #E33AD5
RGB
CMYK
RGB Variations
Color information
#E33AD5 (or 0xE33AD5) is known color: Free Speech Magenta. HEX triplet: E3, 3A and D5. RGB value is (227,58,213). Sum of RGB (Red+Green+Blue) = 227+58+213=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 58 (23.05% from 255 or 11.65% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E33AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33AD5 is #1CC52A. Grayscale: #7D7D7D. Windows color (decimal): -1885483 or 13974243. OLE color: 13974243.
HSL color Cylindrical-coordinate representation of color #E33AD5: hue angle of 304.97º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33AD5 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 213 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.11 |
| HSL | 304.97º | 0.75% | 0.56% | - |
| HSV(B) | 304.97º | 0.74% | 0.89% | - |
| XYZ | 45.2 | 24.16 | 65.23 | - |
| YUV | 126.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 213 | 0 | 0.74 | 0.06 | 0.11 | 304.97 | 0.75 | 0.56 |
| Hex | E3 | 3A | D5 | 0 | 4A | 6 | B | 131 | 4B | 38 |
| Octal | 343 | 72 | 325 | 0 | 112 | 6 | 13 | 461 | 113 | 70 |
| Binary | 11100011 | 111010 | 11010101 | 0 | 1001010 | 110 | 1011 | 100110001 | 1001011 | 111000 |
Color Harmonies of #E33AD5
Complementary color
Monochromatic Colors of #E33AD5
Black with #E33AD5
Text Example
Text Example
White with #E33AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33AD5; }
p { color: rgb(227,58,213); }
H1.HeaderClassName
{
color: #E33AD5;
}
.AnyTagClassName
{
color: #E33AD5;
}
</style>
background-color css
<style>
a { background-color: #E33AD5; }
a { background-color: rgb(227,58,213); }
div.DivClassName
{
background-color: #E33AD5;
}
.BgClassName
{
background-color: #E33AD5;
}
</style>
border-color css
<style>
span { border-color: #E33AD5; }
span { border-color: rgb(227,58,213); }
td.TdClassName
{
border-color: #E33AD5;
}
.TagClassName
{
border-color: #E33AD5;
}
</style>