Html Css Color HEX #E342D1 Free Speech Magenta
📋 copy color: '#E342D1'red 227 ◦ green 66 ◦ blue 209
Shades of Free Speech Magenta #E342D1
Tints of Free Speech Magenta #E342D1
RGB
CMYK
RGB Variations
Color information
#E342D1 (or 0xE342D1) is known color: Free Speech Magenta. HEX triplet: E3, 42 and D1. RGB value is (227,66,209). Sum of RGB (Red+Green+Blue) = 227+66+209=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E342D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E342D1 is #1CBD2E. Grayscale: #828282. Windows color (decimal): -1883439 or 13714147. OLE color: 13714147.
HSL color Cylindrical-coordinate representation of color #E342D1: hue angle of 306.71º 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 #E342D1 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 66 | 209 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.11 |
| HSL | 306.71º | 0.74% | 0.57% | - |
| HSV(B) | 306.71º | 0.71% | 0.89% | - |
| XYZ | 45.14 | 24.83 | 62.74 | - |
| YUV | 130.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 66 | 209 | 0 | 0.71 | 0.08 | 0.11 | 306.71 | 0.74 | 0.57 |
| Hex | E3 | 42 | D1 | 0 | 47 | 8 | B | 133 | 4A | 39 |
| Octal | 343 | 102 | 321 | 0 | 107 | 10 | 13 | 463 | 112 | 71 |
| Binary | 11100011 | 1000010 | 11010001 | 0 | 1000111 | 1000 | 1011 | 100110011 | 1001010 | 111001 |
Color Harmonies of #E342D1
Complementary color
Monochromatic Colors of #E342D1
Black with #E342D1
Text Example
Text Example
White with #E342D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E342D1; }
p { color: rgb(227,66,209); }
H1.HeaderClassName
{
color: #E342D1;
}
.AnyTagClassName
{
color: #E342D1;
}
</style>
background-color css
<style>
a { background-color: #E342D1; }
a { background-color: rgb(227,66,209); }
div.DivClassName
{
background-color: #E342D1;
}
.BgClassName
{
background-color: #E342D1;
}
</style>
border-color css
<style>
span { border-color: #E342D1; }
span { border-color: rgb(227,66,209); }
td.TdClassName
{
border-color: #E342D1;
}
.TagClassName
{
border-color: #E342D1;
}
</style>