Html Css Color HEX #E241DA Free Speech Magenta
📋 copy color: '#E241DA'red 226 ◦ green 65 ◦ blue 218
Shades of Free Speech Magenta #E241DA
Tints of Free Speech Magenta #E241DA
RGB
CMYK
RGB Variations
Color information
#E241DA (or 0xE241DA) is known color: Free Speech Magenta. HEX triplet: E2, 41 and DA. RGB value is (226,65,218). Sum of RGB (Red+Green+Blue) = 226+65+218=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E241DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241DA is #1DBE25. Grayscale: #828282. Windows color (decimal): -1949222 or 14303714. OLE color: 14303714.
HSL color Cylindrical-coordinate representation of color #E241DA: hue angle of 302.98º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E241DA is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 218 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.11 |
| HSL | 302.98º | 0.74% | 0.57% | - |
| HSV(B) | 302.98º | 0.71% | 0.89% | - |
| XYZ | 45.91 | 25.01 | 68.74 | - |
| YUV | 130.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 218 | 0 | 0.71 | 0.04 | 0.11 | 302.98 | 0.74 | 0.57 |
| Hex | E2 | 41 | DA | 0 | 47 | 4 | B | 12F | 4A | 39 |
| Octal | 342 | 101 | 332 | 0 | 107 | 4 | 13 | 457 | 112 | 71 |
| Binary | 11100010 | 1000001 | 11011010 | 0 | 1000111 | 100 | 1011 | 100101111 | 1001010 | 111001 |
Color Harmonies of #E241DA
Complementary color
Monochromatic Colors of #E241DA
Black with #E241DA
Text Example
Text Example
White with #E241DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241DA; }
p { color: rgb(226,65,218); }
H1.HeaderClassName
{
color: #E241DA;
}
.AnyTagClassName
{
color: #E241DA;
}
</style>
background-color css
<style>
a { background-color: #E241DA; }
a { background-color: rgb(226,65,218); }
div.DivClassName
{
background-color: #E241DA;
}
.BgClassName
{
background-color: #E241DA;
}
</style>
border-color css
<style>
span { border-color: #E241DA; }
span { border-color: rgb(226,65,218); }
td.TdClassName
{
border-color: #E241DA;
}
.TagClassName
{
border-color: #E241DA;
}
</style>