Html Css Color HEX #E130E9 Free Speech Magenta
📋 copy color: '#E130E9'red 225 ◦ green 48 ◦ blue 233
Shades of Free Speech Magenta #E130E9
Tints of Free Speech Magenta #E130E9
RGB
CMYK
RGB Variations
Color information
#E130E9 (or 0xE130E9) is known color: Free Speech Magenta. HEX triplet: E1, 30 and E9. RGB value is (225,48,233). Sum of RGB (Red+Green+Blue) = 225+48+233=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #E130E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E130E9 is #1ECF16. Grayscale: #797979. Windows color (decimal): -2019095 or 15282401. OLE color: 15282401.
HSL color Cylindrical-coordinate representation of color #E130E9: hue angle of 297.41º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E130E9 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 48 | 233 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.09 |
| HSL | 297.41º | 0.81% | 0.55% | - |
| HSV(B) | 297.41º | 0.79% | 0.91% | - |
| XYZ | 46.82 | 24 | 79.26 | - |
| YUV | 122.01 | 190.64 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 233 | 0.03 | 0.79 | 0 | 0.09 | 297.41 | 0.81 | 0.55 |
| Hex | E1 | 30 | E9 | 3 | 4F | 0 | 9 | 129 | 51 | 37 |
| Octal | 341 | 60 | 351 | 3 | 117 | 0 | 11 | 451 | 121 | 67 |
| Binary | 11100001 | 110000 | 11101001 | 11 | 1001111 | 0 | 1001 | 100101001 | 1010001 | 110111 |
Color Harmonies of #E130E9
Complementary color
Monochromatic Colors of #E130E9
Black with #E130E9
Text Example
Text Example
White with #E130E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E130E9; }
p { color: rgb(225,48,233); }
H1.HeaderClassName
{
color: #E130E9;
}
.AnyTagClassName
{
color: #E130E9;
}
</style>
background-color css
<style>
a { background-color: #E130E9; }
a { background-color: rgb(225,48,233); }
div.DivClassName
{
background-color: #E130E9;
}
.BgClassName
{
background-color: #E130E9;
}
</style>
border-color css
<style>
span { border-color: #E130E9; }
span { border-color: rgb(225,48,233); }
td.TdClassName
{
border-color: #E130E9;
}
.TagClassName
{
border-color: #E130E9;
}
</style>