Html Css Color HEX #E330ED Free Speech Magenta
📋 copy color: '#E330ED'red 227 ◦ green 48 ◦ blue 237
Shades of Free Speech Magenta #E330ED
Tints of Free Speech Magenta #E330ED
RGB
CMYK
RGB Variations
Color information
#E330ED (or 0xE330ED) is known color: Free Speech Magenta. HEX triplet: E3, 30 and ED. RGB value is (227,48,237). Sum of RGB (Red+Green+Blue) = 227+48+237=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #E330ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E330ED is #1CCF12. Grayscale: #7A7A7A. Windows color (decimal): -1888019 or 15544547. OLE color: 15544547.
HSL color Cylindrical-coordinate representation of color #E330ED: hue angle of 296.83º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E330ED is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 48 | 237 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.07 |
| HSL | 296.83º | 0.84% | 0.56% | - |
| HSV(B) | 296.83º | 0.8% | 0.93% | - |
| XYZ | 48.02 | 24.56 | 82.33 | - |
| YUV | 123.07 | 192.3 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 237 | 0.04 | 0.80 | 0 | 0.07 | 296.83 | 0.84 | 0.56 |
| Hex | E3 | 30 | ED | 4 | 50 | 0 | 7 | 129 | 54 | 38 |
| Octal | 343 | 60 | 355 | 4 | 120 | 0 | 7 | 451 | 124 | 70 |
| Binary | 11100011 | 110000 | 11101101 | 100 | 1010000 | 0 | 111 | 100101001 | 1010100 | 111000 |
Color Harmonies of #E330ED
Complementary color
Monochromatic Colors of #E330ED
Black with #E330ED
Text Example
Text Example
White with #E330ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E330ED; }
p { color: rgb(227,48,237); }
H1.HeaderClassName
{
color: #E330ED;
}
.AnyTagClassName
{
color: #E330ED;
}
</style>
background-color css
<style>
a { background-color: #E330ED; }
a { background-color: rgb(227,48,237); }
div.DivClassName
{
background-color: #E330ED;
}
.BgClassName
{
background-color: #E330ED;
}
</style>
border-color css
<style>
span { border-color: #E330ED; }
span { border-color: rgb(227,48,237); }
td.TdClassName
{
border-color: #E330ED;
}
.TagClassName
{
border-color: #E330ED;
}
</style>