Html Css Color HEX #E350D2 Free Speech Magenta
📋 copy color: '#E350D2'red 227 ◦ green 80 ◦ blue 210
Shades of Free Speech Magenta #E350D2
Tints of Free Speech Magenta #E350D2
RGB
CMYK
RGB Variations
Color information
#E350D2 (or 0xE350D2) is known color: Free Speech Magenta. HEX triplet: E3, 50 and D2. RGB value is (227,80,210). Sum of RGB (Red+Green+Blue) = 227+80+210=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E350D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350D2 is #1CAF2D. Grayscale: #8A8A8A. Windows color (decimal): -1879854 or 13783267. OLE color: 13783267.
HSL color Cylindrical-coordinate representation of color #E350D2: hue angle of 306.94º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E350D2 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 210 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.11 |
| HSL | 306.94º | 0.72% | 0.6% | - |
| HSV(B) | 306.94º | 0.65% | 0.89% | - |
| XYZ | 46.18 | 26.72 | 63.7 | - |
| YUV | 138.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 210 | 0 | 0.65 | 0.07 | 0.11 | 306.94 | 0.72 | 0.6 |
| Hex | E3 | 50 | D2 | 0 | 41 | 7 | B | 133 | 48 | 3C |
| Octal | 343 | 120 | 322 | 0 | 101 | 7 | 13 | 463 | 110 | 74 |
| Binary | 11100011 | 1010000 | 11010010 | 0 | 1000001 | 111 | 1011 | 100110011 | 1001000 | 111100 |
Color Harmonies of #E350D2
Complementary color
Monochromatic Colors of #E350D2
Black with #E350D2
Text Example
Text Example
White with #E350D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350D2; }
p { color: rgb(227,80,210); }
H1.HeaderClassName
{
color: #E350D2;
}
.AnyTagClassName
{
color: #E350D2;
}
</style>
background-color css
<style>
a { background-color: #E350D2; }
a { background-color: rgb(227,80,210); }
div.DivClassName
{
background-color: #E350D2;
}
.BgClassName
{
background-color: #E350D2;
}
</style>
border-color css
<style>
span { border-color: #E350D2; }
span { border-color: rgb(227,80,210); }
td.TdClassName
{
border-color: #E350D2;
}
.TagClassName
{
border-color: #E350D2;
}
</style>