Html Css Color HEX #E361D0 Free Speech Magenta
📋 copy color: '#E361D0'red 227 ◦ green 97 ◦ blue 208
Shades of Free Speech Magenta #E361D0
Tints of Free Speech Magenta #E361D0
RGB
CMYK
RGB Variations
Color information
#E361D0 (or 0xE361D0) is known color: Free Speech Magenta. HEX triplet: E3, 61 and D0. RGB value is (227,97,208). Sum of RGB (Red+Green+Blue) = 227+97+208=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E361D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361D0 is #1C9E2F. Grayscale: #949494. Windows color (decimal): -1875504 or 13656547. OLE color: 13656547.
HSL color Cylindrical-coordinate representation of color #E361D0: hue angle of 308.77º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E361D0 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 208 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.11 |
| HSL | 308.77º | 0.7% | 0.64% | - |
| HSV(B) | 308.77º | 0.57% | 0.89% | - |
| XYZ | 47.34 | 29.43 | 62.86 | - |
| YUV | 148.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 208 | 0 | 0.57 | 0.08 | 0.11 | 308.77 | 0.7 | 0.64 |
| Hex | E3 | 61 | D0 | 0 | 39 | 8 | B | 135 | 46 | 40 |
| Octal | 343 | 141 | 320 | 0 | 71 | 10 | 13 | 465 | 106 | 100 |
| Binary | 11100011 | 1100001 | 11010000 | 0 | 111001 | 1000 | 1011 | 100110101 | 1000110 | 1000000 |
Color Harmonies of #E361D0
Complementary color
Monochromatic Colors of #E361D0
Black with #E361D0
Text Example
Text Example
White with #E361D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E361D0; }
p { color: rgb(227,97,208); }
H1.HeaderClassName
{
color: #E361D0;
}
.AnyTagClassName
{
color: #E361D0;
}
</style>
background-color css
<style>
a { background-color: #E361D0; }
a { background-color: rgb(227,97,208); }
div.DivClassName
{
background-color: #E361D0;
}
.BgClassName
{
background-color: #E361D0;
}
</style>
border-color css
<style>
span { border-color: #E361D0; }
span { border-color: rgb(227,97,208); }
td.TdClassName
{
border-color: #E361D0;
}
.TagClassName
{
border-color: #E361D0;
}
</style>