Html Css Color HEX #E330EE Free Speech Magenta
📋 copy color: '#E330EE'red 227 ◦ green 48 ◦ blue 238
Shades of Free Speech Magenta #E330EE
Tints of Free Speech Magenta #E330EE
RGB
CMYK
RGB Variations
Color information
#E330EE (or 0xE330EE) is known color: Free Speech Magenta. HEX triplet: E3, 30 and EE. RGB value is (227,48,238). Sum of RGB (Red+Green+Blue) = 227+48+238=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #E330EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E330EE is #1CCF11. Grayscale: #7A7A7A. Windows color (decimal): -1888018 or 15610083. OLE color: 15610083.
HSL color Cylindrical-coordinate representation of color #E330EE: hue angle of 296.53º degrees, saturation: 0.85, 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 #E330EE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 48 | 238 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.07 |
| HSL | 296.53º | 0.85% | 0.56% | - |
| HSV(B) | 296.53º | 0.8% | 0.93% | - |
| XYZ | 48.17 | 24.62 | 83.1 | - |
| YUV | 123.18 | 192.8 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 238 | 0.05 | 0.80 | 0 | 0.07 | 296.53 | 0.85 | 0.56 |
| Hex | E3 | 30 | EE | 5 | 50 | 0 | 7 | 129 | 55 | 38 |
| Octal | 343 | 60 | 356 | 5 | 120 | 0 | 7 | 451 | 125 | 70 |
| Binary | 11100011 | 110000 | 11101110 | 101 | 1010000 | 0 | 111 | 100101001 | 1010101 | 111000 |
Color Harmonies of #E330EE
Complementary color
Monochromatic Colors of #E330EE
Black with #E330EE
Text Example
Text Example
White with #E330EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E330EE; }
p { color: rgb(227,48,238); }
H1.HeaderClassName
{
color: #E330EE;
}
.AnyTagClassName
{
color: #E330EE;
}
</style>
background-color css
<style>
a { background-color: #E330EE; }
a { background-color: rgb(227,48,238); }
div.DivClassName
{
background-color: #E330EE;
}
.BgClassName
{
background-color: #E330EE;
}
</style>
border-color css
<style>
span { border-color: #E330EE; }
span { border-color: rgb(227,48,238); }
td.TdClassName
{
border-color: #E330EE;
}
.TagClassName
{
border-color: #E330EE;
}
</style>