Html Css Color HEX #E03DE4 Free Speech Magenta
📋 copy color: '#E03DE4'red 224 ◦ green 61 ◦ blue 228
Shades of Free Speech Magenta #E03DE4
Tints of Free Speech Magenta #E03DE4
RGB
CMYK
RGB Variations
Color information
#E03DE4 (or 0xE03DE4) is known color: Free Speech Magenta. HEX triplet: E0, 3D and E4. RGB value is (224,61,228). Sum of RGB (Red+Green+Blue) = 224+61+228=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #E03DE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03DE4 is #1FC21B. Grayscale: #808080. Windows color (decimal): -2081308 or 14958048. OLE color: 14958048.
HSL color Cylindrical-coordinate representation of color #E03DE4: hue angle of 298.56º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03DE4 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 61 | 228 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.11 |
| HSL | 298.56º | 0.76% | 0.57% | - |
| HSV(B) | 298.56º | 0.73% | 0.89% | - |
| XYZ | 46.41 | 24.79 | 75.74 | - |
| YUV | 128.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 228 | 0.02 | 0.73 | 0 | 0.11 | 298.56 | 0.76 | 0.57 |
| Hex | E0 | 3D | E4 | 2 | 49 | 0 | B | 12B | 4C | 39 |
| Octal | 340 | 75 | 344 | 2 | 111 | 0 | 13 | 453 | 114 | 71 |
| Binary | 11100000 | 111101 | 11100100 | 10 | 1001001 | 0 | 1011 | 100101011 | 1001100 | 111001 |
Color Harmonies of #E03DE4
Complementary color
Monochromatic Colors of #E03DE4
Black with #E03DE4
Text Example
Text Example
White with #E03DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DE4; }
p { color: rgb(224,61,228); }
H1.HeaderClassName
{
color: #E03DE4;
}
.AnyTagClassName
{
color: #E03DE4;
}
</style>
background-color css
<style>
a { background-color: #E03DE4; }
a { background-color: rgb(224,61,228); }
div.DivClassName
{
background-color: #E03DE4;
}
.BgClassName
{
background-color: #E03DE4;
}
</style>
border-color css
<style>
span { border-color: #E03DE4; }
span { border-color: rgb(224,61,228); }
td.TdClassName
{
border-color: #E03DE4;
}
.TagClassName
{
border-color: #E03DE4;
}
</style>