Html Css Color HEX #E365CE Free Speech Magenta
📋 copy color: '#E365CE'red 227 ◦ green 101 ◦ blue 206
Shades of Free Speech Magenta #E365CE
Tints of Free Speech Magenta #E365CE
RGB
CMYK
RGB Variations
Color information
#E365CE (or 0xE365CE) is known color: Free Speech Magenta. HEX triplet: E3, 65 and CE. RGB value is (227,101,206). Sum of RGB (Red+Green+Blue) = 227+101+206=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E365CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365CE is #1C9A31. Grayscale: #969696. Windows color (decimal): -1874482 or 13526499. OLE color: 13526499.
HSL color Cylindrical-coordinate representation of color #E365CE: hue angle of 310º 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 #E365CE is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 206 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.11 |
| HSL | 310º | 0.69% | 0.64% | - |
| HSV(B) | 310º | 0.56% | 0.89% | - |
| XYZ | 47.47 | 30.09 | 61.7 | - |
| YUV | 150.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 206 | 0 | 0.56 | 0.09 | 0.11 | 310 | 0.69 | 0.64 |
| Hex | E3 | 65 | CE | 0 | 38 | 9 | B | 136 | 45 | 40 |
| Octal | 343 | 145 | 316 | 0 | 70 | 11 | 13 | 466 | 105 | 100 |
| Binary | 11100011 | 1100101 | 11001110 | 0 | 111000 | 1001 | 1011 | 100110110 | 1000101 | 1000000 |
Color Harmonies of #E365CE
Complementary color
Monochromatic Colors of #E365CE
Black with #E365CE
Text Example
Text Example
White with #E365CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365CE; }
p { color: rgb(227,101,206); }
H1.HeaderClassName
{
color: #E365CE;
}
.AnyTagClassName
{
color: #E365CE;
}
</style>
background-color css
<style>
a { background-color: #E365CE; }
a { background-color: rgb(227,101,206); }
div.DivClassName
{
background-color: #E365CE;
}
.BgClassName
{
background-color: #E365CE;
}
</style>
border-color css
<style>
span { border-color: #E365CE; }
span { border-color: rgb(227,101,206); }
td.TdClassName
{
border-color: #E365CE;
}
.TagClassName
{
border-color: #E365CE;
}
</style>