Html Css Color HEX #E353DA Free Speech Magenta
📋 copy color: '#E353DA'red 227 ◦ green 83 ◦ blue 218
Shades of Free Speech Magenta #E353DA
Tints of Free Speech Magenta #E353DA
RGB
CMYK
RGB Variations
Color information
#E353DA (or 0xE353DA) is known color: Free Speech Magenta. HEX triplet: E3, 53 and DA. RGB value is (227,83,218). Sum of RGB (Red+Green+Blue) = 227+83+218=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E353DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353DA is #1CAC25. Grayscale: #8D8D8D. Windows color (decimal): -1879078 or 14308323. OLE color: 14308323.
HSL color Cylindrical-coordinate representation of color #E353DA: hue angle of 303.75º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E353DA is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 218 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.11 |
| HSL | 303.75º | 0.72% | 0.61% | - |
| HSV(B) | 303.75º | 0.63% | 0.89% | - |
| XYZ | 47.43 | 27.58 | 69.15 | - |
| YUV | 141.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 218 | 0 | 0.63 | 0.04 | 0.11 | 303.75 | 0.72 | 0.61 |
| Hex | E3 | 53 | DA | 0 | 3F | 4 | B | 130 | 48 | 3D |
| Octal | 343 | 123 | 332 | 0 | 77 | 4 | 13 | 460 | 110 | 75 |
| Binary | 11100011 | 1010011 | 11011010 | 0 | 111111 | 100 | 1011 | 100110000 | 1001000 | 111101 |
Color Harmonies of #E353DA
Complementary color
Monochromatic Colors of #E353DA
Black with #E353DA
Text Example
Text Example
White with #E353DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353DA; }
p { color: rgb(227,83,218); }
H1.HeaderClassName
{
color: #E353DA;
}
.AnyTagClassName
{
color: #E353DA;
}
</style>
background-color css
<style>
a { background-color: #E353DA; }
a { background-color: rgb(227,83,218); }
div.DivClassName
{
background-color: #E353DA;
}
.BgClassName
{
background-color: #E353DA;
}
</style>
border-color css
<style>
span { border-color: #E353DA; }
span { border-color: rgb(227,83,218); }
td.TdClassName
{
border-color: #E353DA;
}
.TagClassName
{
border-color: #E353DA;
}
</style>