Html Css Color HEX #E365DF Free Speech Magenta
📋 copy color: '#E365DF'red 227 ◦ green 101 ◦ blue 223
Shades of Free Speech Magenta #E365DF
Tints of Free Speech Magenta #E365DF
RGB
CMYK
RGB Variations
Color information
#E365DF (or 0xE365DF) is known color: Free Speech Magenta. HEX triplet: E3, 65 and DF. RGB value is (227,101,223). Sum of RGB (Red+Green+Blue) = 227+101+223=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E365DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365DF is #1C9A20. Grayscale: #989898. Windows color (decimal): -1874465 or 14640611. OLE color: 14640611.
HSL color Cylindrical-coordinate representation of color #E365DF: hue angle of 301.9º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E365DF is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 223 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.11 |
| HSL | 301.9º | 0.69% | 0.64% | - |
| HSV(B) | 301.9º | 0.56% | 0.89% | - |
| XYZ | 49.65 | 30.97 | 73.17 | - |
| YUV | 152.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 223 | 0 | 0.56 | 0.02 | 0.11 | 301.9 | 0.69 | 0.64 |
| Hex | E3 | 65 | DF | 0 | 38 | 2 | B | 12E | 45 | 40 |
| Octal | 343 | 145 | 337 | 0 | 70 | 2 | 13 | 456 | 105 | 100 |
| Binary | 11100011 | 1100101 | 11011111 | 0 | 111000 | 10 | 1011 | 100101110 | 1000101 | 1000000 |
Color Harmonies of #E365DF
Complementary color
Monochromatic Colors of #E365DF
Black with #E365DF
Text Example
Text Example
White with #E365DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365DF; }
p { color: rgb(227,101,223); }
H1.HeaderClassName
{
color: #E365DF;
}
.AnyTagClassName
{
color: #E365DF;
}
</style>
background-color css
<style>
a { background-color: #E365DF; }
a { background-color: rgb(227,101,223); }
div.DivClassName
{
background-color: #E365DF;
}
.BgClassName
{
background-color: #E365DF;
}
</style>
border-color css
<style>
span { border-color: #E365DF; }
span { border-color: rgb(227,101,223); }
td.TdClassName
{
border-color: #E365DF;
}
.TagClassName
{
border-color: #E365DF;
}
</style>