Html Css Color HEX #E344DA Free Speech Magenta
📋 copy color: '#E344DA'red 227 ◦ green 68 ◦ blue 218
Shades of Free Speech Magenta #E344DA
Tints of Free Speech Magenta #E344DA
RGB
CMYK
RGB Variations
Color information
#E344DA (or 0xE344DA) is known color: Free Speech Magenta. HEX triplet: E3, 44 and DA. RGB value is (227,68,218). Sum of RGB (Red+Green+Blue) = 227+68+218=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 68 (26.95% from 255 or 13.26% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E344DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E344DA is #1CBB25. Grayscale: #848484. Windows color (decimal): -1882918 or 14304483. OLE color: 14304483.
HSL color Cylindrical-coordinate representation of color #E344DA: hue angle of 303.4º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E344DA is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 218 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.11 |
| HSL | 303.4º | 0.74% | 0.58% | - |
| HSV(B) | 303.4º | 0.7% | 0.89% | - |
| XYZ | 46.4 | 25.53 | 68.81 | - |
| YUV | 132.64 | 176.18 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 218 | 0 | 0.70 | 0.04 | 0.11 | 303.4 | 0.74 | 0.58 |
| Hex | E3 | 44 | DA | 0 | 46 | 4 | B | 12F | 4A | 3A |
| Octal | 343 | 104 | 332 | 0 | 106 | 4 | 13 | 457 | 112 | 72 |
| Binary | 11100011 | 1000100 | 11011010 | 0 | 1000110 | 100 | 1011 | 100101111 | 1001010 | 111010 |
Color Harmonies of #E344DA
Complementary color
Monochromatic Colors of #E344DA
Black with #E344DA
Text Example
Text Example
White with #E344DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E344DA; }
p { color: rgb(227,68,218); }
H1.HeaderClassName
{
color: #E344DA;
}
.AnyTagClassName
{
color: #E344DA;
}
</style>
background-color css
<style>
a { background-color: #E344DA; }
a { background-color: rgb(227,68,218); }
div.DivClassName
{
background-color: #E344DA;
}
.BgClassName
{
background-color: #E344DA;
}
</style>
border-color css
<style>
span { border-color: #E344DA; }
span { border-color: rgb(227,68,218); }
td.TdClassName
{
border-color: #E344DA;
}
.TagClassName
{
border-color: #E344DA;
}
</style>