Html Css Color HEX #E239E5 Free Speech Magenta
📋 copy color: '#E239E5'red 226 ◦ green 57 ◦ blue 229
Shades of Free Speech Magenta #E239E5
Tints of Free Speech Magenta #E239E5
RGB
CMYK
RGB Variations
Color information
#E239E5 (or 0xE239E5) is known color: Free Speech Magenta. HEX triplet: E2, 39 and E5. RGB value is (226,57,229). Sum of RGB (Red+Green+Blue) = 226+57+229=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 57 (22.66% from 255 or 11.13% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #E239E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239E5 is #1DC61A. Grayscale: #7E7E7E. Windows color (decimal): -1951259 or 15022562. OLE color: 15022562.
HSL color Cylindrical-coordinate representation of color #E239E5: hue angle of 298.95º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E239E5 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 57 | 229 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.10 |
| HSL | 298.95º | 0.77% | 0.56% | - |
| HSV(B) | 298.95º | 0.75% | 0.9% | - |
| XYZ | 46.97 | 24.75 | 76.43 | - |
| YUV | 127.14 | 185.49 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 229 | 0.01 | 0.75 | 0 | 0.10 | 298.95 | 0.77 | 0.56 |
| Hex | E2 | 39 | E5 | 1 | 4B | 0 | A | 12B | 4D | 38 |
| Octal | 342 | 71 | 345 | 1 | 113 | 0 | 12 | 453 | 115 | 70 |
| Binary | 11100010 | 111001 | 11100101 | 1 | 1001011 | 0 | 1010 | 100101011 | 1001101 | 111000 |
Color Harmonies of #E239E5
Complementary color
Monochromatic Colors of #E239E5
Black with #E239E5
Text Example
Text Example
White with #E239E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239E5; }
p { color: rgb(226,57,229); }
H1.HeaderClassName
{
color: #E239E5;
}
.AnyTagClassName
{
color: #E239E5;
}
</style>
background-color css
<style>
a { background-color: #E239E5; }
a { background-color: rgb(226,57,229); }
div.DivClassName
{
background-color: #E239E5;
}
.BgClassName
{
background-color: #E239E5;
}
</style>
border-color css
<style>
span { border-color: #E239E5; }
span { border-color: rgb(226,57,229); }
td.TdClassName
{
border-color: #E239E5;
}
.TagClassName
{
border-color: #E239E5;
}
</style>