Html Css Color HEX #E341D2 Free Speech Magenta
📋 copy color: '#E341D2'red 227 ◦ green 65 ◦ blue 210
Shades of Free Speech Magenta #E341D2
Tints of Free Speech Magenta #E341D2
RGB
CMYK
RGB Variations
Color information
#E341D2 (or 0xE341D2) is known color: Free Speech Magenta. HEX triplet: E3, 41 and D2. RGB value is (227,65,210). Sum of RGB (Red+Green+Blue) = 227+65+210=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E341D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341D2 is #1CBE2D. Grayscale: #818181. Windows color (decimal): -1883694 or 13779427. OLE color: 13779427.
HSL color Cylindrical-coordinate representation of color #E341D2: hue angle of 306.3º 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 #E341D2 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 65 | 210 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.11 |
| HSL | 306.3º | 0.74% | 0.57% | - |
| HSV(B) | 306.3º | 0.71% | 0.89% | - |
| XYZ | 45.2 | 24.76 | 63.37 | - |
| YUV | 129.97 | 173.17 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 210 | 0 | 0.71 | 0.07 | 0.11 | 306.3 | 0.74 | 0.57 |
| Hex | E3 | 41 | D2 | 0 | 47 | 7 | B | 132 | 4A | 39 |
| Octal | 343 | 101 | 322 | 0 | 107 | 7 | 13 | 462 | 112 | 71 |
| Binary | 11100011 | 1000001 | 11010010 | 0 | 1000111 | 111 | 1011 | 100110010 | 1001010 | 111001 |
Color Harmonies of #E341D2
Complementary color
Monochromatic Colors of #E341D2
Black with #E341D2
Text Example
Text Example
White with #E341D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341D2; }
p { color: rgb(227,65,210); }
H1.HeaderClassName
{
color: #E341D2;
}
.AnyTagClassName
{
color: #E341D2;
}
</style>
background-color css
<style>
a { background-color: #E341D2; }
a { background-color: rgb(227,65,210); }
div.DivClassName
{
background-color: #E341D2;
}
.BgClassName
{
background-color: #E341D2;
}
</style>
border-color css
<style>
span { border-color: #E341D2; }
span { border-color: rgb(227,65,210); }
td.TdClassName
{
border-color: #E341D2;
}
.TagClassName
{
border-color: #E341D2;
}
</style>