Html Css Color HEX #E464D5 Free Speech Magenta
📋 copy color: '#E464D5'red 228 ◦ green 100 ◦ blue 213
Shades of Free Speech Magenta #E464D5
Tints of Free Speech Magenta #E464D5
RGB
CMYK
RGB Variations
Color information
#E464D5 (or 0xE464D5) is known color: Free Speech Magenta. HEX triplet: E4, 64 and D5. RGB value is (228,100,213). Sum of RGB (Red+Green+Blue) = 228+100+213=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E464D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464D5 is #1B9B2A. Grayscale: #969696. Windows color (decimal): -1809195 or 13984996. OLE color: 13984996.
HSL color Cylindrical-coordinate representation of color #E464D5: hue angle of 307.03º 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 #E464D5 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 213 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.11 |
| HSL | 307.03º | 0.7% | 0.64% | - |
| HSV(B) | 307.03º | 0.56% | 0.89% | - |
| XYZ | 48.56 | 30.41 | 66.26 | - |
| YUV | 151.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 213 | 0 | 0.56 | 0.07 | 0.11 | 307.03 | 0.7 | 0.64 |
| Hex | E4 | 64 | D5 | 0 | 38 | 7 | B | 133 | 46 | 40 |
| Octal | 344 | 144 | 325 | 0 | 70 | 7 | 13 | 463 | 106 | 100 |
| Binary | 11100100 | 1100100 | 11010101 | 0 | 111000 | 111 | 1011 | 100110011 | 1000110 | 1000000 |
Color Harmonies of #E464D5
Complementary color
Monochromatic Colors of #E464D5
Black with #E464D5
Text Example
Text Example
White with #E464D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E464D5; }
p { color: rgb(228,100,213); }
H1.HeaderClassName
{
color: #E464D5;
}
.AnyTagClassName
{
color: #E464D5;
}
</style>
background-color css
<style>
a { background-color: #E464D5; }
a { background-color: rgb(228,100,213); }
div.DivClassName
{
background-color: #E464D5;
}
.BgClassName
{
background-color: #E464D5;
}
</style>
border-color css
<style>
span { border-color: #E464D5; }
span { border-color: rgb(228,100,213); }
td.TdClassName
{
border-color: #E464D5;
}
.TagClassName
{
border-color: #E464D5;
}
</style>