Html Css Color HEX #E55DC4 Free Speech Magenta
📋 copy color: '#E55DC4'red 229 ◦ green 93 ◦ blue 196
Shades of Free Speech Magenta #E55DC4
Tints of Free Speech Magenta #E55DC4
RGB
CMYK
RGB Variations
Color information
#E55DC4 (or 0xE55DC4) is known color: Free Speech Magenta. HEX triplet: E5, 5D and C4. RGB value is (229,93,196). Sum of RGB (Red+Green+Blue) = 229+93+196=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DC4 is #1AA23B. Grayscale: #919191. Windows color (decimal): -1745468 or 12869093. OLE color: 12869093.
HSL color Cylindrical-coordinate representation of color #E55DC4: hue angle of 314.56º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55DC4 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 196 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.10 |
| HSL | 314.56º | 0.72% | 0.63% | - |
| HSV(B) | 314.56º | 0.59% | 0.9% | - |
| XYZ | 46.19 | 28.47 | 55.29 | - |
| YUV | 145.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 196 | 0 | 0.59 | 0.14 | 0.10 | 314.56 | 0.72 | 0.63 |
| Hex | E5 | 5D | C4 | 0 | 3B | E | A | 13B | 48 | 3F |
| Octal | 345 | 135 | 304 | 0 | 73 | 16 | 12 | 473 | 110 | 77 |
| Binary | 11100101 | 1011101 | 11000100 | 0 | 111011 | 1110 | 1010 | 100111011 | 1001000 | 111111 |
Color Harmonies of #E55DC4
Complementary color
Monochromatic Colors of #E55DC4
Black with #E55DC4
Text Example
Text Example
White with #E55DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55DC4; }
p { color: rgb(229,93,196); }
H1.HeaderClassName
{
color: #E55DC4;
}
.AnyTagClassName
{
color: #E55DC4;
}
</style>
background-color css
<style>
a { background-color: #E55DC4; }
a { background-color: rgb(229,93,196); }
div.DivClassName
{
background-color: #E55DC4;
}
.BgClassName
{
background-color: #E55DC4;
}
</style>
border-color css
<style>
span { border-color: #E55DC4; }
span { border-color: rgb(229,93,196); }
td.TdClassName
{
border-color: #E55DC4;
}
.TagClassName
{
border-color: #E55DC4;
}
</style>