Html Css Color HEX #E040E7 Free Speech Magenta
📋 copy color: '#E040E7'red 224 ◦ green 64 ◦ blue 231
Shades of Free Speech Magenta #E040E7
Tints of Free Speech Magenta #E040E7
RGB
CMYK
RGB Variations
Color information
#E040E7 (or 0xE040E7) is known color: Free Speech Magenta. HEX triplet: E0, 40 and E7. RGB value is (224,64,231). Sum of RGB (Red+Green+Blue) = 224+64+231=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #E040E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E040E7 is #1FBF18. Grayscale: #828282. Windows color (decimal): -2080537 or 15155424. OLE color: 15155424.
HSL color Cylindrical-coordinate representation of color #E040E7: hue angle of 297.49º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E040E7 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 64 | 231 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.09 |
| HSL | 297.49º | 0.78% | 0.58% | - |
| HSV(B) | 297.49º | 0.72% | 0.91% | - |
| XYZ | 47 | 25.28 | 78 | - |
| YUV | 130.88 | 184.51 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 231 | 0.03 | 0.72 | 0 | 0.09 | 297.49 | 0.78 | 0.58 |
| Hex | E0 | 40 | E7 | 3 | 48 | 0 | 9 | 129 | 4E | 3A |
| Octal | 340 | 100 | 347 | 3 | 110 | 0 | 11 | 451 | 116 | 72 |
| Binary | 11100000 | 1000000 | 11100111 | 11 | 1001000 | 0 | 1001 | 100101001 | 1001110 | 111010 |
Color Harmonies of #E040E7
Complementary color
Monochromatic Colors of #E040E7
Black with #E040E7
Text Example
Text Example
White with #E040E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040E7; }
p { color: rgb(224,64,231); }
H1.HeaderClassName
{
color: #E040E7;
}
.AnyTagClassName
{
color: #E040E7;
}
</style>
background-color css
<style>
a { background-color: #E040E7; }
a { background-color: rgb(224,64,231); }
div.DivClassName
{
background-color: #E040E7;
}
.BgClassName
{
background-color: #E040E7;
}
</style>
border-color css
<style>
span { border-color: #E040E7; }
span { border-color: rgb(224,64,231); }
td.TdClassName
{
border-color: #E040E7;
}
.TagClassName
{
border-color: #E040E7;
}
</style>