Html Css Color HEX #E05DD8 Free Speech Magenta
📋 copy color: '#E05DD8'red 224 ◦ green 93 ◦ blue 216
Shades of Free Speech Magenta #E05DD8
Tints of Free Speech Magenta #E05DD8
RGB
CMYK
RGB Variations
Color information
#E05DD8 (or 0xE05DD8) is known color: Free Speech Magenta. HEX triplet: E0, 5D and D8. RGB value is (224,93,216). Sum of RGB (Red+Green+Blue) = 224+93+216=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DD8 is #1FA227. Grayscale: #919191. Windows color (decimal): -2073128 or 14179808. OLE color: 14179808.
HSL color Cylindrical-coordinate representation of color #E05DD8: hue angle of 303.66º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05DD8 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 216 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.12 |
| HSL | 303.66º | 0.68% | 0.62% | - |
| HSV(B) | 303.66º | 0.58% | 0.88% | - |
| XYZ | 47.05 | 28.63 | 68.01 | - |
| YUV | 146.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 216 | 0 | 0.58 | 0.04 | 0.12 | 303.66 | 0.68 | 0.62 |
| Hex | E0 | 5D | D8 | 0 | 3A | 4 | C | 130 | 44 | 3E |
| Octal | 340 | 135 | 330 | 0 | 72 | 4 | 14 | 460 | 104 | 76 |
| Binary | 11100000 | 1011101 | 11011000 | 0 | 111010 | 100 | 1100 | 100110000 | 1000100 | 111110 |
Color Harmonies of #E05DD8
Complementary color
Monochromatic Colors of #E05DD8
Black with #E05DD8
Text Example
Text Example
White with #E05DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DD8; }
p { color: rgb(224,93,216); }
H1.HeaderClassName
{
color: #E05DD8;
}
.AnyTagClassName
{
color: #E05DD8;
}
</style>
background-color css
<style>
a { background-color: #E05DD8; }
a { background-color: rgb(224,93,216); }
div.DivClassName
{
background-color: #E05DD8;
}
.BgClassName
{
background-color: #E05DD8;
}
</style>
border-color css
<style>
span { border-color: #E05DD8; }
span { border-color: rgb(224,93,216); }
td.TdClassName
{
border-color: #E05DD8;
}
.TagClassName
{
border-color: #E05DD8;
}
</style>