Html Css Color HEX #E43DE5 Free Speech Magenta
📋 copy color: '#E43DE5'red 228 ◦ green 61 ◦ blue 229
Shades of Free Speech Magenta #E43DE5
Tints of Free Speech Magenta #E43DE5
RGB
CMYK
RGB Variations
Color information
#E43DE5 (or 0xE43DE5) is known color: Free Speech Magenta. HEX triplet: E4, 3D and E5. RGB value is (228,61,229). Sum of RGB (Red+Green+Blue) = 228+61+229=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #E43DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43DE5 is #1BC21A. Grayscale: #818181. Windows color (decimal): -1819163 or 15023588. OLE color: 15023588.
HSL color Cylindrical-coordinate representation of color #E43DE5: hue angle of 299.64º 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 #E43DE5 is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 61 | 229 | - |
| CMYK | 0.00 | 0.73 | 0 | 0.10 |
| HSL | 299.64º | 0.76% | 0.57% | - |
| HSV(B) | 299.64º | 0.73% | 0.9% | - |
| XYZ | 47.81 | 25.49 | 76.53 | - |
| YUV | 130.09 | 183.83 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 61 | 229 | 0.00 | 0.73 | 0 | 0.10 | 299.64 | 0.76 | 0.57 |
| Hex | E4 | 3D | E5 | 0 | 49 | 0 | A | 12C | 4C | 39 |
| Octal | 344 | 75 | 345 | 0 | 111 | 0 | 12 | 454 | 114 | 71 |
| Binary | 11100100 | 111101 | 11100101 | 0 | 1001001 | 0 | 1010 | 100101100 | 1001100 | 111001 |
Color Harmonies of #E43DE5
Complementary color
Monochromatic Colors of #E43DE5
Black with #E43DE5
Text Example
Text Example
White with #E43DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43DE5; }
p { color: rgb(228,61,229); }
H1.HeaderClassName
{
color: #E43DE5;
}
.AnyTagClassName
{
color: #E43DE5;
}
</style>
background-color css
<style>
a { background-color: #E43DE5; }
a { background-color: rgb(228,61,229); }
div.DivClassName
{
background-color: #E43DE5;
}
.BgClassName
{
background-color: #E43DE5;
}
</style>
border-color css
<style>
span { border-color: #E43DE5; }
span { border-color: rgb(228,61,229); }
td.TdClassName
{
border-color: #E43DE5;
}
.TagClassName
{
border-color: #E43DE5;
}
</style>