Html Css Color HEX #E341DB Free Speech Magenta
📋 copy color: '#E341DB'red 227 ◦ green 65 ◦ blue 219
Shades of Free Speech Magenta #E341DB
Tints of Free Speech Magenta #E341DB
RGB
CMYK
RGB Variations
Color information
#E341DB (or 0xE341DB) is known color: Free Speech Magenta. HEX triplet: E3, 41 and DB. RGB value is (227,65,219). Sum of RGB (Red+Green+Blue) = 227+65+219=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E341DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341DB is #1CBE24. Grayscale: #828282. Windows color (decimal): -1883685 or 14369251. OLE color: 14369251.
HSL color Cylindrical-coordinate representation of color #E341DB: hue angle of 302.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E341DB is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 65 | 219 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.11 |
| HSL | 302.96º | 0.74% | 0.57% | - |
| HSV(B) | 302.96º | 0.71% | 0.89% | - |
| XYZ | 46.36 | 25.23 | 69.44 | - |
| YUV | 130.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 219 | 0 | 0.71 | 0.04 | 0.11 | 302.96 | 0.74 | 0.57 |
| Hex | E3 | 41 | DB | 0 | 47 | 4 | B | 12F | 4A | 39 |
| Octal | 343 | 101 | 333 | 0 | 107 | 4 | 13 | 457 | 112 | 71 |
| Binary | 11100011 | 1000001 | 11011011 | 0 | 1000111 | 100 | 1011 | 100101111 | 1001010 | 111001 |
Color Harmonies of #E341DB
Complementary color
Monochromatic Colors of #E341DB
Black with #E341DB
Text Example
Text Example
White with #E341DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341DB; }
p { color: rgb(227,65,219); }
H1.HeaderClassName
{
color: #E341DB;
}
.AnyTagClassName
{
color: #E341DB;
}
</style>
background-color css
<style>
a { background-color: #E341DB; }
a { background-color: rgb(227,65,219); }
div.DivClassName
{
background-color: #E341DB;
}
.BgClassName
{
background-color: #E341DB;
}
</style>
border-color css
<style>
span { border-color: #E341DB; }
span { border-color: rgb(227,65,219); }
td.TdClassName
{
border-color: #E341DB;
}
.TagClassName
{
border-color: #E341DB;
}
</style>