Html Css Color HEX #E03DE5 Free Speech Magenta
📋 copy color: '#E03DE5'red 224 ◦ green 61 ◦ blue 229
Shades of Free Speech Magenta #E03DE5
Tints of Free Speech Magenta #E03DE5
RGB
CMYK
RGB Variations
Color information
#E03DE5 (or 0xE03DE5) is known color: Free Speech Magenta. HEX triplet: E0, 3D and E5. RGB value is (224,61,229). Sum of RGB (Red+Green+Blue) = 224+61+229=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 61 (24.22% from 255 or 11.87% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #E03DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03DE5 is #1FC21A. Grayscale: #808080. Windows color (decimal): -2081307 or 15023584. OLE color: 15023584.
HSL color Cylindrical-coordinate representation of color #E03DE5: hue angle of 298.21º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03DE5 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 61 | 229 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.10 |
| HSL | 298.21º | 0.76% | 0.57% | - |
| HSV(B) | 298.21º | 0.73% | 0.9% | - |
| XYZ | 46.55 | 24.84 | 76.47 | - |
| YUV | 128.89 | 184.5 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 229 | 0.02 | 0.73 | 0 | 0.10 | 298.21 | 0.76 | 0.57 |
| Hex | E0 | 3D | E5 | 2 | 49 | 0 | A | 12A | 4C | 39 |
| Octal | 340 | 75 | 345 | 2 | 111 | 0 | 12 | 452 | 114 | 71 |
| Binary | 11100000 | 111101 | 11100101 | 10 | 1001001 | 0 | 1010 | 100101010 | 1001100 | 111001 |
Color Harmonies of #E03DE5
Complementary color
Monochromatic Colors of #E03DE5
Black with #E03DE5
Text Example
Text Example
White with #E03DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DE5; }
p { color: rgb(224,61,229); }
H1.HeaderClassName
{
color: #E03DE5;
}
.AnyTagClassName
{
color: #E03DE5;
}
</style>
background-color css
<style>
a { background-color: #E03DE5; }
a { background-color: rgb(224,61,229); }
div.DivClassName
{
background-color: #E03DE5;
}
.BgClassName
{
background-color: #E03DE5;
}
</style>
border-color css
<style>
span { border-color: #E03DE5; }
span { border-color: rgb(224,61,229); }
td.TdClassName
{
border-color: #E03DE5;
}
.TagClassName
{
border-color: #E03DE5;
}
</style>