Html Css Color HEX #E335EA Free Speech Magenta
📋 copy color: '#E335EA'red 227 ◦ green 53 ◦ blue 234
Shades of Free Speech Magenta #E335EA
Tints of Free Speech Magenta #E335EA
RGB
CMYK
RGB Variations
Color information
#E335EA (or 0xE335EA) is known color: Free Speech Magenta. HEX triplet: E3, 35 and EA. RGB value is (227,53,234). Sum of RGB (Red+Green+Blue) = 227+53+234=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 53 (21.09% from 255 or 10.31% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #E335EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E335EA is #1CCA15. Grayscale: #7D7D7D. Windows color (decimal): -1886742 or 15349219. OLE color: 15349219.
HSL color Cylindrical-coordinate representation of color #E335EA: hue angle of 297.68º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E335EA is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 53 | 234 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.08 |
| HSL | 297.68º | 0.81% | 0.56% | - |
| HSV(B) | 297.68º | 0.77% | 0.92% | - |
| XYZ | 47.8 | 24.82 | 80.11 | - |
| YUV | 125.66 | 189.15 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 234 | 0.03 | 0.77 | 0 | 0.08 | 297.68 | 0.81 | 0.56 |
| Hex | E3 | 35 | EA | 3 | 4D | 0 | 8 | 12A | 51 | 38 |
| Octal | 343 | 65 | 352 | 3 | 115 | 0 | 10 | 452 | 121 | 70 |
| Binary | 11100011 | 110101 | 11101010 | 11 | 1001101 | 0 | 1000 | 100101010 | 1010001 | 111000 |
Color Harmonies of #E335EA
Complementary color
Monochromatic Colors of #E335EA
Black with #E335EA
Text Example
Text Example
White with #E335EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E335EA; }
p { color: rgb(227,53,234); }
H1.HeaderClassName
{
color: #E335EA;
}
.AnyTagClassName
{
color: #E335EA;
}
</style>
background-color css
<style>
a { background-color: #E335EA; }
a { background-color: rgb(227,53,234); }
div.DivClassName
{
background-color: #E335EA;
}
.BgClassName
{
background-color: #E335EA;
}
</style>
border-color css
<style>
span { border-color: #E335EA; }
span { border-color: rgb(227,53,234); }
td.TdClassName
{
border-color: #E335EA;
}
.TagClassName
{
border-color: #E335EA;
}
</style>