Html Css Color HEX #E130EA Free Speech Magenta
📋 copy color: '#E130EA'red 225 ◦ green 48 ◦ blue 234
Shades of Free Speech Magenta #E130EA
Tints of Free Speech Magenta #E130EA
RGB
CMYK
RGB Variations
Color information
#E130EA (or 0xE130EA) is known color: Free Speech Magenta. HEX triplet: E1, 30 and EA. RGB value is (225,48,234). Sum of RGB (Red+Green+Blue) = 225+48+234=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #E130EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E130EA is #1ECF15. Grayscale: #797979. Windows color (decimal): -2019094 or 15347937. OLE color: 15347937.
HSL color Cylindrical-coordinate representation of color #E130EA: hue angle of 297.1º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E130EA is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 48 | 234 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.08 |
| HSL | 297.1º | 0.82% | 0.55% | - |
| HSV(B) | 297.1º | 0.79% | 0.92% | - |
| XYZ | 46.96 | 24.06 | 80.01 | - |
| YUV | 122.13 | 191.14 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 234 | 0.04 | 0.79 | 0 | 0.08 | 297.1 | 0.82 | 0.55 |
| Hex | E1 | 30 | EA | 4 | 4F | 0 | 8 | 129 | 52 | 37 |
| Octal | 341 | 60 | 352 | 4 | 117 | 0 | 10 | 451 | 122 | 67 |
| Binary | 11100001 | 110000 | 11101010 | 100 | 1001111 | 0 | 1000 | 100101001 | 1010010 | 110111 |
Color Harmonies of #E130EA
Complementary color
Monochromatic Colors of #E130EA
Black with #E130EA
Text Example
Text Example
White with #E130EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E130EA; }
p { color: rgb(225,48,234); }
H1.HeaderClassName
{
color: #E130EA;
}
.AnyTagClassName
{
color: #E130EA;
}
</style>
background-color css
<style>
a { background-color: #E130EA; }
a { background-color: rgb(225,48,234); }
div.DivClassName
{
background-color: #E130EA;
}
.BgClassName
{
background-color: #E130EA;
}
</style>
border-color css
<style>
span { border-color: #E130EA; }
span { border-color: rgb(225,48,234); }
td.TdClassName
{
border-color: #E130EA;
}
.TagClassName
{
border-color: #E130EA;
}
</style>