Html Css Color HEX #E341DA Free Speech Magenta
📋 copy color: '#E341DA'red 227 ◦ green 65 ◦ blue 218
Shades of Free Speech Magenta #E341DA
Tints of Free Speech Magenta #E341DA
RGB
CMYK
RGB Variations
Color information
#E341DA (or 0xE341DA) is known color: Free Speech Magenta. HEX triplet: E3, 41 and DA. RGB value is (227,65,218). Sum of RGB (Red+Green+Blue) = 227+65+218=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 227 - color contains mainly: red. Hex color #E341DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341DA is #1CBE25. Grayscale: #828282. Windows color (decimal): -1883686 or 14303715. OLE color: 14303715.
HSL color Cylindrical-coordinate representation of color #E341DA: hue angle of 303.33º 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 #E341DA is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 65 | 218 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.11 |
| HSL | 303.33º | 0.74% | 0.57% | - |
| HSV(B) | 303.33º | 0.71% | 0.89% | - |
| XYZ | 46.22 | 25.17 | 68.75 | - |
| YUV | 130.88 | 177.17 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 218 | 0 | 0.71 | 0.04 | 0.11 | 303.33 | 0.74 | 0.57 |
| Hex | E3 | 41 | DA | 0 | 47 | 4 | B | 12F | 4A | 39 |
| Octal | 343 | 101 | 332 | 0 | 107 | 4 | 13 | 457 | 112 | 71 |
| Binary | 11100011 | 1000001 | 11011010 | 0 | 1000111 | 100 | 1011 | 100101111 | 1001010 | 111001 |
Color Harmonies of #E341DA
Complementary color
Monochromatic Colors of #E341DA
Black with #E341DA
Text Example
Text Example
White with #E341DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341DA; }
p { color: rgb(227,65,218); }
H1.HeaderClassName
{
color: #E341DA;
}
.AnyTagClassName
{
color: #E341DA;
}
</style>
background-color css
<style>
a { background-color: #E341DA; }
a { background-color: rgb(227,65,218); }
div.DivClassName
{
background-color: #E341DA;
}
.BgClassName
{
background-color: #E341DA;
}
</style>
border-color css
<style>
span { border-color: #E341DA; }
span { border-color: rgb(227,65,218); }
td.TdClassName
{
border-color: #E341DA;
}
.TagClassName
{
border-color: #E341DA;
}
</style>