Html Css Color HEX #E239E2 Free Speech Magenta
📋 copy color: '#E239E2'red 226 ◦ green 57 ◦ blue 226
Shades of Free Speech Magenta #E239E2
Tints of Free Speech Magenta #E239E2
RGB
CMYK
RGB Variations
Color information
#E239E2 (or 0xE239E2) is known color: Free Speech Magenta. HEX triplet: E2, 39 and E2. RGB value is (226,57,226). Sum of RGB (Red+Green+Blue) = 226+57+226=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 57 (22.66% from 255 or 11.20% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: red, blue. Hex color #E239E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239E2 is #1DC61D. Grayscale: #7E7E7E. Windows color (decimal): -1951262 or 14825954. OLE color: 14825954.
HSL color Cylindrical-coordinate representation of color #E239E2: hue angle of 300º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E239E2 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 226 | - |
| CMYK | 0 | 0.75 | 0 | 0.11 |
| HSL | 300º | 0.74% | 0.55% | - |
| HSV(B) | 300º | 0.75% | 0.89% | - |
| XYZ | 46.55 | 24.59 | 74.24 | - |
| YUV | 126.8 | 183.99 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 226 | 0 | 0.75 | 0 | 0.11 | 300 | 0.74 | 0.55 |
| Hex | E2 | 39 | E2 | 0 | 4B | 0 | B | 12C | 4A | 37 |
| Octal | 342 | 71 | 342 | 0 | 113 | 0 | 13 | 454 | 112 | 67 |
| Binary | 11100010 | 111001 | 11100010 | 0 | 1001011 | 0 | 1011 | 100101100 | 1001010 | 110111 |
Color Harmonies of #E239E2
Complementary color
Monochromatic Colors of #E239E2
Black with #E239E2
Text Example
Text Example
White with #E239E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239E2; }
p { color: rgb(226,57,226); }
H1.HeaderClassName
{
color: #E239E2;
}
.AnyTagClassName
{
color: #E239E2;
}
</style>
background-color css
<style>
a { background-color: #E239E2; }
a { background-color: rgb(226,57,226); }
div.DivClassName
{
background-color: #E239E2;
}
.BgClassName
{
background-color: #E239E2;
}
</style>
border-color css
<style>
span { border-color: #E239E2; }
span { border-color: rgb(226,57,226); }
td.TdClassName
{
border-color: #E239E2;
}
.TagClassName
{
border-color: #E239E2;
}
</style>