Html Css Color HEX #E464DA Free Speech Magenta
📋 copy color: '#E464DA'red 228 ◦ green 100 ◦ blue 218
Shades of Free Speech Magenta #E464DA
Tints of Free Speech Magenta #E464DA
RGB
CMYK
RGB Variations
Color information
#E464DA (or 0xE464DA) is known color: Free Speech Magenta. HEX triplet: E4, 64 and DA. RGB value is (228,100,218). Sum of RGB (Red+Green+Blue) = 228+100+218=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E464DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464DA is #1B9B25. Grayscale: #979797. Windows color (decimal): -1809190 or 14312676. OLE color: 14312676.
HSL color Cylindrical-coordinate representation of color #E464DA: hue angle of 304.69º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E464DA is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 218 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.11 |
| HSL | 304.69º | 0.7% | 0.64% | - |
| HSV(B) | 304.69º | 0.56% | 0.89% | - |
| XYZ | 49.21 | 30.67 | 69.66 | - |
| YUV | 151.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 218 | 0 | 0.56 | 0.04 | 0.11 | 304.69 | 0.7 | 0.64 |
| Hex | E4 | 64 | DA | 0 | 38 | 4 | B | 131 | 46 | 40 |
| Octal | 344 | 144 | 332 | 0 | 70 | 4 | 13 | 461 | 106 | 100 |
| Binary | 11100100 | 1100100 | 11011010 | 0 | 111000 | 100 | 1011 | 100110001 | 1000110 | 1000000 |
Color Harmonies of #E464DA
Complementary color
Monochromatic Colors of #E464DA
Black with #E464DA
Text Example
Text Example
White with #E464DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E464DA; }
p { color: rgb(228,100,218); }
H1.HeaderClassName
{
color: #E464DA;
}
.AnyTagClassName
{
color: #E464DA;
}
</style>
background-color css
<style>
a { background-color: #E464DA; }
a { background-color: rgb(228,100,218); }
div.DivClassName
{
background-color: #E464DA;
}
.BgClassName
{
background-color: #E464DA;
}
</style>
border-color css
<style>
span { border-color: #E464DA; }
span { border-color: rgb(228,100,218); }
td.TdClassName
{
border-color: #E464DA;
}
.TagClassName
{
border-color: #E464DA;
}
</style>