Html Css Color HEX #E360D1 Free Speech Magenta
📋 copy color: '#E360D1'red 227 ◦ green 96 ◦ blue 209
Shades of Free Speech Magenta #E360D1
Tints of Free Speech Magenta #E360D1
RGB
CMYK
RGB Variations
Color information
#E360D1 (or 0xE360D1) is known color: Free Speech Magenta. HEX triplet: E3, 60 and D1. RGB value is (227,96,209). Sum of RGB (Red+Green+Blue) = 227+96+209=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E360D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360D1 is #1C9F2E. Grayscale: #939393. Windows color (decimal): -1875759 or 13721827. OLE color: 13721827.
HSL color Cylindrical-coordinate representation of color #E360D1: hue angle of 308.24º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E360D1 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 209 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.11 |
| HSL | 308.24º | 0.7% | 0.63% | - |
| HSV(B) | 308.24º | 0.58% | 0.89% | - |
| XYZ | 47.37 | 29.3 | 63.48 | - |
| YUV | 148.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 209 | 0 | 0.58 | 0.08 | 0.11 | 308.24 | 0.7 | 0.63 |
| Hex | E3 | 60 | D1 | 0 | 3A | 8 | B | 134 | 46 | 3F |
| Octal | 343 | 140 | 321 | 0 | 72 | 10 | 13 | 464 | 106 | 77 |
| Binary | 11100011 | 1100000 | 11010001 | 0 | 111010 | 1000 | 1011 | 100110100 | 1000110 | 111111 |
Color Harmonies of #E360D1
Complementary color
Monochromatic Colors of #E360D1
Black with #E360D1
Text Example
Text Example
White with #E360D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360D1; }
p { color: rgb(227,96,209); }
H1.HeaderClassName
{
color: #E360D1;
}
.AnyTagClassName
{
color: #E360D1;
}
</style>
background-color css
<style>
a { background-color: #E360D1; }
a { background-color: rgb(227,96,209); }
div.DivClassName
{
background-color: #E360D1;
}
.BgClassName
{
background-color: #E360D1;
}
</style>
border-color css
<style>
span { border-color: #E360D1; }
span { border-color: rgb(227,96,209); }
td.TdClassName
{
border-color: #E360D1;
}
.TagClassName
{
border-color: #E360D1;
}
</style>