Html Css Color HEX #E440CE Free Speech Magenta
📋 copy color: '#E440CE'red 228 ◦ green 64 ◦ blue 206
Shades of Free Speech Magenta #E440CE
Tints of Free Speech Magenta #E440CE
RGB
CMYK
RGB Variations
Color information
#E440CE (or 0xE440CE) is known color: Free Speech Magenta. HEX triplet: E4, 40 and CE. RGB value is (228,64,206). Sum of RGB (Red+Green+Blue) = 228+64+206=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 228 - color contains mainly: red. Hex color #E440CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E440CE is #1BBF31. Grayscale: #808080. Windows color (decimal): -1818418 or 13517028. OLE color: 13517028.
HSL color Cylindrical-coordinate representation of color #E440CE: hue angle of 308.05º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E440CE is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 206 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.11 |
| HSL | 308.05º | 0.75% | 0.57% | - |
| HSV(B) | 308.05º | 0.72% | 0.89% | - |
| XYZ | 44.97 | 24.62 | 60.77 | - |
| YUV | 129.22 | 171.33 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 206 | 0 | 0.72 | 0.10 | 0.11 | 308.05 | 0.75 | 0.57 |
| Hex | E4 | 40 | CE | 0 | 48 | A | B | 134 | 4B | 39 |
| Octal | 344 | 100 | 316 | 0 | 110 | 12 | 13 | 464 | 113 | 71 |
| Binary | 11100100 | 1000000 | 11001110 | 0 | 1001000 | 1010 | 1011 | 100110100 | 1001011 | 111001 |
Color Harmonies of #E440CE
Complementary color
Monochromatic Colors of #E440CE
Black with #E440CE
Text Example
Text Example
White with #E440CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E440CE; }
p { color: rgb(228,64,206); }
H1.HeaderClassName
{
color: #E440CE;
}
.AnyTagClassName
{
color: #E440CE;
}
</style>
background-color css
<style>
a { background-color: #E440CE; }
a { background-color: rgb(228,64,206); }
div.DivClassName
{
background-color: #E440CE;
}
.BgClassName
{
background-color: #E440CE;
}
</style>
border-color css
<style>
span { border-color: #E440CE; }
span { border-color: rgb(228,64,206); }
td.TdClassName
{
border-color: #E440CE;
}
.TagClassName
{
border-color: #E440CE;
}
</style>