Html Css Color HEX #E357DC Free Speech Magenta
📋 copy color: '#E357DC'red 227 ◦ green 87 ◦ blue 220
Shades of Free Speech Magenta #E357DC
Tints of Free Speech Magenta #E357DC
RGB
CMYK
RGB Variations
Color information
#E357DC (or 0xE357DC) is known color: Free Speech Magenta. HEX triplet: E3, 57 and DC. RGB value is (227,87,220). Sum of RGB (Red+Green+Blue) = 227+87+220=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 87 (34.38% from 255 or 16.29% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E357DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E357DC is #1CA823. Grayscale: #8F8F8F. Windows color (decimal): -1878052 or 14440419. OLE color: 14440419.
HSL color Cylindrical-coordinate representation of color #E357DC: hue angle of 303º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E357DC is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 87 | 220 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.11 |
| HSL | 303º | 0.71% | 0.62% | - |
| HSV(B) | 303º | 0.62% | 0.89% | - |
| XYZ | 48.01 | 28.31 | 70.65 | - |
| YUV | 144.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 87 | 220 | 0 | 0.62 | 0.03 | 0.11 | 303 | 0.71 | 0.62 |
| Hex | E3 | 57 | DC | 0 | 3E | 3 | B | 12F | 47 | 3E |
| Octal | 343 | 127 | 334 | 0 | 76 | 3 | 13 | 457 | 107 | 76 |
| Binary | 11100011 | 1010111 | 11011100 | 0 | 111110 | 11 | 1011 | 100101111 | 1000111 | 111110 |
Color Harmonies of #E357DC
Complementary color
Monochromatic Colors of #E357DC
Black with #E357DC
Text Example
Text Example
White with #E357DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E357DC; }
p { color: rgb(227,87,220); }
H1.HeaderClassName
{
color: #E357DC;
}
.AnyTagClassName
{
color: #E357DC;
}
</style>
background-color css
<style>
a { background-color: #E357DC; }
a { background-color: rgb(227,87,220); }
div.DivClassName
{
background-color: #E357DC;
}
.BgClassName
{
background-color: #E357DC;
}
</style>
border-color css
<style>
span { border-color: #E357DC; }
span { border-color: rgb(227,87,220); }
td.TdClassName
{
border-color: #E357DC;
}
.TagClassName
{
border-color: #E357DC;
}
</style>