Html Css Color HEX #E340DD Free Speech Magenta
📋 copy color: '#E340DD'red 227 ◦ green 64 ◦ blue 221
Shades of Free Speech Magenta #E340DD
Tints of Free Speech Magenta #E340DD
RGB
CMYK
RGB Variations
Color information
#E340DD (or 0xE340DD) is known color: Free Speech Magenta. HEX triplet: E3, 40 and DD. RGB value is (227,64,221). Sum of RGB (Red+Green+Blue) = 227+64+221=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E340DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E340DD is #1CBF22. Grayscale: #828282. Windows color (decimal): -1883939 or 14500067. OLE color: 14500067.
HSL color Cylindrical-coordinate representation of color #E340DD: hue angle of 302.21º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E340DD is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 221 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.11 |
| HSL | 302.21º | 0.74% | 0.57% | - |
| HSV(B) | 302.21º | 0.72% | 0.89% | - |
| XYZ | 46.56 | 25.22 | 70.82 | - |
| YUV | 130.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 221 | 0 | 0.72 | 0.03 | 0.11 | 302.21 | 0.74 | 0.57 |
| Hex | E3 | 40 | DD | 0 | 48 | 3 | B | 12E | 4A | 39 |
| Octal | 343 | 100 | 335 | 0 | 110 | 3 | 13 | 456 | 112 | 71 |
| Binary | 11100011 | 1000000 | 11011101 | 0 | 1001000 | 11 | 1011 | 100101110 | 1001010 | 111001 |
Color Harmonies of #E340DD
Complementary color
Monochromatic Colors of #E340DD
Black with #E340DD
Text Example
Text Example
White with #E340DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E340DD; }
p { color: rgb(227,64,221); }
H1.HeaderClassName
{
color: #E340DD;
}
.AnyTagClassName
{
color: #E340DD;
}
</style>
background-color css
<style>
a { background-color: #E340DD; }
a { background-color: rgb(227,64,221); }
div.DivClassName
{
background-color: #E340DD;
}
.BgClassName
{
background-color: #E340DD;
}
</style>
border-color css
<style>
span { border-color: #E340DD; }
span { border-color: rgb(227,64,221); }
td.TdClassName
{
border-color: #E340DD;
}
.TagClassName
{
border-color: #E340DD;
}
</style>