Html Css Color HEX #E130EE Free Speech Magenta
📋 copy color: '#E130EE'red 225 ◦ green 48 ◦ blue 238
Shades of Free Speech Magenta #E130EE
Tints of Free Speech Magenta #E130EE
RGB
CMYK
RGB Variations
Color information
#E130EE (or 0xE130EE) is known color: Free Speech Magenta. HEX triplet: E1, 30 and EE. RGB value is (225,48,238). Sum of RGB (Red+Green+Blue) = 225+48+238=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #E130EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E130EE is #1ECF11. Grayscale: #7A7A7A. Windows color (decimal): -2019090 or 15610081. OLE color: 15610081.
HSL color Cylindrical-coordinate representation of color #E130EE: hue angle of 295.89º 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 #E130EE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 48 | 238 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.07 |
| HSL | 295.89º | 0.85% | 0.56% | - |
| HSV(B) | 295.89º | 0.8% | 0.93% | - |
| XYZ | 47.54 | 24.29 | 83.07 | - |
| YUV | 122.58 | 193.14 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 238 | 0.05 | 0.80 | 0 | 0.07 | 295.89 | 0.85 | 0.56 |
| Hex | E1 | 30 | EE | 5 | 50 | 0 | 7 | 128 | 55 | 38 |
| Octal | 341 | 60 | 356 | 5 | 120 | 0 | 7 | 450 | 125 | 70 |
| Binary | 11100001 | 110000 | 11101110 | 101 | 1010000 | 0 | 111 | 100101000 | 1010101 | 111000 |
Color Harmonies of #E130EE
Complementary color
Monochromatic Colors of #E130EE
Black with #E130EE
Text Example
Text Example
White with #E130EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E130EE; }
p { color: rgb(225,48,238); }
H1.HeaderClassName
{
color: #E130EE;
}
.AnyTagClassName
{
color: #E130EE;
}
</style>
background-color css
<style>
a { background-color: #E130EE; }
a { background-color: rgb(225,48,238); }
div.DivClassName
{
background-color: #E130EE;
}
.BgClassName
{
background-color: #E130EE;
}
</style>
border-color css
<style>
span { border-color: #E130EE; }
span { border-color: rgb(225,48,238); }
td.TdClassName
{
border-color: #E130EE;
}
.TagClassName
{
border-color: #E130EE;
}
</style>