Html Css Color HEX #E237E5 Free Speech Magenta
📋 copy color: '#E237E5'red 226 ◦ green 55 ◦ blue 229
Shades of Free Speech Magenta #E237E5
Tints of Free Speech Magenta #E237E5
RGB
CMYK
RGB Variations
Color information
#E237E5 (or 0xE237E5) is known color: Free Speech Magenta. HEX triplet: E2, 37 and E5. RGB value is (226,55,229). Sum of RGB (Red+Green+Blue) = 226+55+229=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 55 (21.88% from 255 or 10.78% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #E237E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E237E5 is #1DC81A. Grayscale: #7D7D7D. Windows color (decimal): -1951771 or 15022050. OLE color: 15022050.
HSL color Cylindrical-coordinate representation of color #E237E5: hue angle of 298.97º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E237E5 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 55 | 229 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.10 |
| HSL | 298.97º | 0.77% | 0.56% | - |
| HSV(B) | 298.97º | 0.76% | 0.9% | - |
| XYZ | 46.87 | 24.56 | 76.4 | - |
| YUV | 125.97 | 186.15 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 229 | 0.01 | 0.76 | 0 | 0.10 | 298.97 | 0.77 | 0.56 |
| Hex | E2 | 37 | E5 | 1 | 4C | 0 | A | 12B | 4D | 38 |
| Octal | 342 | 67 | 345 | 1 | 114 | 0 | 12 | 453 | 115 | 70 |
| Binary | 11100010 | 110111 | 11100101 | 1 | 1001100 | 0 | 1010 | 100101011 | 1001101 | 111000 |
Color Harmonies of #E237E5
Complementary color
Monochromatic Colors of #E237E5
Black with #E237E5
Text Example
Text Example
White with #E237E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E237E5; }
p { color: rgb(226,55,229); }
H1.HeaderClassName
{
color: #E237E5;
}
.AnyTagClassName
{
color: #E237E5;
}
</style>
background-color css
<style>
a { background-color: #E237E5; }
a { background-color: rgb(226,55,229); }
div.DivClassName
{
background-color: #E237E5;
}
.BgClassName
{
background-color: #E237E5;
}
</style>
border-color css
<style>
span { border-color: #E237E5; }
span { border-color: rgb(226,55,229); }
td.TdClassName
{
border-color: #E237E5;
}
.TagClassName
{
border-color: #E237E5;
}
</style>