Html Css Color HEX #E365CF Free Speech Magenta
📋 copy color: '#E365CF'red 227 ◦ green 101 ◦ blue 207
Shades of Free Speech Magenta #E365CF
Tints of Free Speech Magenta #E365CF
RGB
CMYK
RGB Variations
Color information
#E365CF (or 0xE365CF) is known color: Free Speech Magenta. HEX triplet: E3, 65 and CF. RGB value is (227,101,207). Sum of RGB (Red+Green+Blue) = 227+101+207=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E365CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365CF is #1C9A30. Grayscale: #969696. Windows color (decimal): -1874481 or 13592035. OLE color: 13592035.
HSL color Cylindrical-coordinate representation of color #E365CF: hue angle of 309.52º 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 #E365CF is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 207 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.11 |
| HSL | 309.52º | 0.69% | 0.64% | - |
| HSV(B) | 309.52º | 0.56% | 0.89% | - |
| XYZ | 47.59 | 30.14 | 62.34 | - |
| YUV | 150.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 207 | 0 | 0.56 | 0.09 | 0.11 | 309.52 | 0.69 | 0.64 |
| Hex | E3 | 65 | CF | 0 | 38 | 9 | B | 136 | 45 | 40 |
| Octal | 343 | 145 | 317 | 0 | 70 | 11 | 13 | 466 | 105 | 100 |
| Binary | 11100011 | 1100101 | 11001111 | 0 | 111000 | 1001 | 1011 | 100110110 | 1000101 | 1000000 |
Color Harmonies of #E365CF
Complementary color
Monochromatic Colors of #E365CF
Black with #E365CF
Text Example
Text Example
White with #E365CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365CF; }
p { color: rgb(227,101,207); }
H1.HeaderClassName
{
color: #E365CF;
}
.AnyTagClassName
{
color: #E365CF;
}
</style>
background-color css
<style>
a { background-color: #E365CF; }
a { background-color: rgb(227,101,207); }
div.DivClassName
{
background-color: #E365CF;
}
.BgClassName
{
background-color: #E365CF;
}
</style>
border-color css
<style>
span { border-color: #E365CF; }
span { border-color: rgb(227,101,207); }
td.TdClassName
{
border-color: #E365CF;
}
.TagClassName
{
border-color: #E365CF;
}
</style>