Html Css Color HEX #E365DE Free Speech Magenta
📋 copy color: '#E365DE'red 227 ◦ green 101 ◦ blue 222
Shades of Free Speech Magenta #E365DE
Tints of Free Speech Magenta #E365DE
RGB
CMYK
RGB Variations
Color information
#E365DE (or 0xE365DE) is known color: Free Speech Magenta. HEX triplet: E3, 65 and DE. RGB value is (227,101,222). Sum of RGB (Red+Green+Blue) = 227+101+222=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E365DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365DE is #1C9A21. Grayscale: #989898. Windows color (decimal): -1874466 or 14575075. OLE color: 14575075.
HSL color Cylindrical-coordinate representation of color #E365DE: hue angle of 302.38º 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 #E365DE is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 222 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.11 |
| HSL | 302.38º | 0.69% | 0.64% | - |
| HSV(B) | 302.38º | 0.56% | 0.89% | - |
| XYZ | 49.52 | 30.91 | 72.46 | - |
| YUV | 152.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 222 | 0 | 0.56 | 0.02 | 0.11 | 302.38 | 0.69 | 0.64 |
| Hex | E3 | 65 | DE | 0 | 38 | 2 | B | 12E | 45 | 40 |
| Octal | 343 | 145 | 336 | 0 | 70 | 2 | 13 | 456 | 105 | 100 |
| Binary | 11100011 | 1100101 | 11011110 | 0 | 111000 | 10 | 1011 | 100101110 | 1000101 | 1000000 |
Color Harmonies of #E365DE
Complementary color
Monochromatic Colors of #E365DE
Black with #E365DE
Text Example
Text Example
White with #E365DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365DE; }
p { color: rgb(227,101,222); }
H1.HeaderClassName
{
color: #E365DE;
}
.AnyTagClassName
{
color: #E365DE;
}
</style>
background-color css
<style>
a { background-color: #E365DE; }
a { background-color: rgb(227,101,222); }
div.DivClassName
{
background-color: #E365DE;
}
.BgClassName
{
background-color: #E365DE;
}
</style>
border-color css
<style>
span { border-color: #E365DE; }
span { border-color: rgb(227,101,222); }
td.TdClassName
{
border-color: #E365DE;
}
.TagClassName
{
border-color: #E365DE;
}
</style>