Html Css Color HEX #E040D0 Free Speech Magenta
📋 copy color: '#E040D0'red 224 ◦ green 64 ◦ blue 208
Shades of Free Speech Magenta #E040D0
Tints of Free Speech Magenta #E040D0
RGB
CMYK
RGB Variations
Color information
#E040D0 (or 0xE040D0) is known color: Free Speech Magenta. HEX triplet: E0, 40 and D0. RGB value is (224,64,208). Sum of RGB (Red+Green+Blue) = 224+64+208=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E040D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040D0 is #1FBF2F. Grayscale: #7F7F7F. Windows color (decimal): -2080560 or 13648096. OLE color: 13648096.
HSL color Cylindrical-coordinate representation of color #E040D0: hue angle of 306º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040D0 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
RGB | 224 | 64 | 208 | - |
CMYK | 0 | 0.71 | 0.07 | 0.12 |
HSL | 306º | 0.72% | 0.56% | - |
HSV(B) | 306º | 0.71% | 0.88% | - |
XYZ | 43.96 | 24.07 | 62 | - |
YUV | 128.26 | 173.01 | 196.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 64 | 208 | 0 | 0.71 | 0.07 | 0.12 | 306 | 0.72 | 0.56 |
Hex | E0 | 40 | D0 | 0 | 47 | 7 | C | 132 | 48 | 38 |
Octal | 340 | 100 | 320 | 0 | 107 | 7 | 14 | 462 | 110 | 70 |
Binary | 11100000 | 1000000 | 11010000 | 0 | 1000111 | 111 | 1100 | 100110010 | 1001000 | 111000 |
Color Harmonies of #E040D0
Complementary color
Monochromatic Colors of #E040D0
Black with #E040D0
Text Example
Text Example
White with #E040D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040D0; }
p { color: rgb(224,64,208); }
H1.HeaderClassName
{
color: #E040D0;
}
.AnyTagClassName
{
color: #E040D0;
}
</style>
background-color css
<style>
a { background-color: #E040D0; }
a { background-color: rgb(224,64,208); }
div.DivClassName
{
background-color: #E040D0;
}
.BgClassName
{
background-color: #E040D0;
}
</style>
border-color css
<style>
span { border-color: #E040D0; }
span { border-color: rgb(224,64,208); }
td.TdClassName
{
border-color: #E040D0;
}
.TagClassName
{
border-color: #E040D0;
}
</style>