Html Css Color HEX #E442DA Free Speech Magenta
📋 copy color: '#E442DA'red 228 ◦ green 66 ◦ blue 218
Shades of Free Speech Magenta #E442DA
Tints of Free Speech Magenta #E442DA
RGB
CMYK
RGB Variations
Color information
#E442DA (or 0xE442DA) is known color: Free Speech Magenta. HEX triplet: E4, 42 and DA. RGB value is (228,66,218). Sum of RGB (Red+Green+Blue) = 228+66+218=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E442DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E442DA is #1BBD25. Grayscale: #838383. Windows color (decimal): -1817894 or 14303972. OLE color: 14303972.
HSL color Cylindrical-coordinate representation of color #E442DA: hue angle of 303.7º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E442DA is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 218 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.11 |
| HSL | 303.7º | 0.75% | 0.58% | - |
| HSV(B) | 303.7º | 0.71% | 0.89% | - |
| XYZ | 46.6 | 25.45 | 68.79 | - |
| YUV | 131.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 218 | 0 | 0.71 | 0.04 | 0.11 | 303.7 | 0.75 | 0.58 |
| Hex | E4 | 42 | DA | 0 | 47 | 4 | B | 130 | 4B | 3A |
| Octal | 344 | 102 | 332 | 0 | 107 | 4 | 13 | 460 | 113 | 72 |
| Binary | 11100100 | 1000010 | 11011010 | 0 | 1000111 | 100 | 1011 | 100110000 | 1001011 | 111010 |
Color Harmonies of #E442DA
Complementary color
Monochromatic Colors of #E442DA
Black with #E442DA
Text Example
Text Example
White with #E442DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E442DA; }
p { color: rgb(228,66,218); }
H1.HeaderClassName
{
color: #E442DA;
}
.AnyTagClassName
{
color: #E442DA;
}
</style>
background-color css
<style>
a { background-color: #E442DA; }
a { background-color: rgb(228,66,218); }
div.DivClassName
{
background-color: #E442DA;
}
.BgClassName
{
background-color: #E442DA;
}
</style>
border-color css
<style>
span { border-color: #E442DA; }
span { border-color: rgb(228,66,218); }
td.TdClassName
{
border-color: #E442DA;
}
.TagClassName
{
border-color: #E442DA;
}
</style>