Html Css Color HEX #E239D6 Free Speech Magenta
📋 copy color: '#E239D6'red 226 ◦ green 57 ◦ blue 214
Shades of Free Speech Magenta #E239D6
Tints of Free Speech Magenta #E239D6
RGB
CMYK
RGB Variations
Color information
#E239D6 (or 0xE239D6) is known color: Free Speech Magenta. HEX triplet: E2, 39 and D6. RGB value is (226,57,214). Sum of RGB (Red+Green+Blue) = 226+57+214=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E239D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239D6 is #1DC629. Grayscale: #7C7C7C. Windows color (decimal): -1951274 or 14039522. OLE color: 14039522.
HSL color Cylindrical-coordinate representation of color #E239D6: hue angle of 304.26º 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 #E239D6 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 214 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.11 |
| HSL | 304.26º | 0.74% | 0.55% | - |
| HSV(B) | 304.26º | 0.75% | 0.89% | - |
| XYZ | 44.96 | 23.95 | 65.87 | - |
| YUV | 125.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 214 | 0 | 0.75 | 0.05 | 0.11 | 304.26 | 0.74 | 0.55 |
| Hex | E2 | 39 | D6 | 0 | 4B | 5 | B | 130 | 4A | 37 |
| Octal | 342 | 71 | 326 | 0 | 113 | 5 | 13 | 460 | 112 | 67 |
| Binary | 11100010 | 111001 | 11010110 | 0 | 1001011 | 101 | 1011 | 100110000 | 1001010 | 110111 |
Color Harmonies of #E239D6
Complementary color
Monochromatic Colors of #E239D6
Black with #E239D6
Text Example
Text Example
White with #E239D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239D6; }
p { color: rgb(226,57,214); }
H1.HeaderClassName
{
color: #E239D6;
}
.AnyTagClassName
{
color: #E239D6;
}
</style>
background-color css
<style>
a { background-color: #E239D6; }
a { background-color: rgb(226,57,214); }
div.DivClassName
{
background-color: #E239D6;
}
.BgClassName
{
background-color: #E239D6;
}
</style>
border-color css
<style>
span { border-color: #E239D6; }
span { border-color: rgb(226,57,214); }
td.TdClassName
{
border-color: #E239D6;
}
.TagClassName
{
border-color: #E239D6;
}
</style>