Html Css Color HEX #E03AF5 Free Speech Magenta
📋 copy color: '#E03AF5'red 224 ◦ green 58 ◦ blue 245
Shades of Free Speech Magenta #E03AF5
Tints of Free Speech Magenta #E03AF5
RGB
CMYK
RGB Variations
Color information
#E03AF5 (or 0xE03AF5) is known color: Free Speech Magenta. HEX triplet: E0, 3A and F5. RGB value is (224,58,245). Sum of RGB (Red+Green+Blue) = 224+58+245=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 58 (23.05% from 255 or 11.01% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #E03AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03AF5 is #1FC50A. Grayscale: #808080. Windows color (decimal): -2082059 or 16071392. OLE color: 16071392.
HSL color Cylindrical-coordinate representation of color #E03AF5: hue angle of 293.26º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03AF5 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 58 | 245 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.04 |
| HSL | 293.26º | 0.9% | 0.59% | - |
| HSV(B) | 293.26º | 0.76% | 0.96% | - |
| XYZ | 48.73 | 25.47 | 88.73 | - |
| YUV | 128.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 245 | 0.09 | 0.76 | 0 | 0.04 | 293.26 | 0.9 | 0.59 |
| Hex | E0 | 3A | F5 | 9 | 4C | 0 | 4 | 125 | 5A | 3B |
| Octal | 340 | 72 | 365 | 11 | 114 | 0 | 4 | 445 | 132 | 73 |
| Binary | 11100000 | 111010 | 11110101 | 1001 | 1001100 | 0 | 100 | 100100101 | 1011010 | 111011 |
Color Harmonies of #E03AF5
Complementary color
Monochromatic Colors of #E03AF5
Black with #E03AF5
Text Example
Text Example
White with #E03AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03AF5; }
p { color: rgb(224,58,245); }
H1.HeaderClassName
{
color: #E03AF5;
}
.AnyTagClassName
{
color: #E03AF5;
}
</style>
background-color css
<style>
a { background-color: #E03AF5; }
a { background-color: rgb(224,58,245); }
div.DivClassName
{
background-color: #E03AF5;
}
.BgClassName
{
background-color: #E03AF5;
}
</style>
border-color css
<style>
span { border-color: #E03AF5; }
span { border-color: rgb(224,58,245); }
td.TdClassName
{
border-color: #E03AF5;
}
.TagClassName
{
border-color: #E03AF5;
}
</style>