Html Css Color HEX #E041FD Free Speech Magenta
📋 copy color: '#E041FD'red 224 ◦ green 65 ◦ blue 253
Shades of Free Speech Magenta #E041FD
Tints of Free Speech Magenta #E041FD
RGB
CMYK
RGB Variations
Color information
#E041FD (or 0xE041FD) is known color: Free Speech Magenta. HEX triplet: E0, 41 and FD. RGB value is (224,65,253). Sum of RGB (Red+Green+Blue) = 224+65+253=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 65 (25.78% from 255 or 11.99% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #E041FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E041FD is #1FBE02. Grayscale: #858585. Windows color (decimal): -2080259 or 16597472. OLE color: 16597472.
HSL color Cylindrical-coordinate representation of color #E041FD: hue angle of 290.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E041FD is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 65 | 253 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.01 |
| HSL | 290.74º | 0.98% | 0.62% | - |
| HSV(B) | 290.74º | 0.74% | 0.99% | - |
| XYZ | 50.36 | 26.72 | 95.43 | - |
| YUV | 133.97 | 195.18 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 253 | 0.11 | 0.74 | 0 | 0.01 | 290.74 | 0.98 | 0.62 |
| Hex | E0 | 41 | FD | B | 4A | 0 | 1 | 123 | 62 | 3E |
| Octal | 340 | 101 | 375 | 13 | 112 | 0 | 1 | 443 | 142 | 76 |
| Binary | 11100000 | 1000001 | 11111101 | 1011 | 1001010 | 0 | 1 | 100100011 | 1100010 | 111110 |
Color Harmonies of #E041FD
Complementary color
Monochromatic Colors of #E041FD
Black with #E041FD
Text Example
Text Example
White with #E041FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E041FD; }
p { color: rgb(224,65,253); }
H1.HeaderClassName
{
color: #E041FD;
}
.AnyTagClassName
{
color: #E041FD;
}
</style>
background-color css
<style>
a { background-color: #E041FD; }
a { background-color: rgb(224,65,253); }
div.DivClassName
{
background-color: #E041FD;
}
.BgClassName
{
background-color: #E041FD;
}
</style>
border-color css
<style>
span { border-color: #E041FD; }
span { border-color: rgb(224,65,253); }
td.TdClassName
{
border-color: #E041FD;
}
.TagClassName
{
border-color: #E041FD;
}
</style>