Html Css Color HEX #E337DB Free Speech Magenta
📋 copy color: '#E337DB'red 227 ◦ green 55 ◦ blue 219
Shades of Free Speech Magenta #E337DB
Tints of Free Speech Magenta #E337DB
RGB
CMYK
RGB Variations
Color information
#E337DB (or 0xE337DB) is known color: Free Speech Magenta. HEX triplet: E3, 37 and DB. RGB value is (227,55,219). Sum of RGB (Red+Green+Blue) = 227+55+219=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E337DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E337DB is #1CC824. Grayscale: #7C7C7C. Windows color (decimal): -1886245 or 14366691. OLE color: 14366691.
HSL color Cylindrical-coordinate representation of color #E337DB: hue angle of 302.79º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E337DB is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 55 | 219 | - |
CMYK | 0 | 0.76 | 0.04 | 0.11 |
HSL | 302.79º | 0.75% | 0.55% | - |
HSV(B) | 302.79º | 0.76% | 0.89% | - |
XYZ | 45.83 | 24.18 | 69.27 | - |
YUV | 125.12 | 180.98 | 200.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 55 | 219 | 0 | 0.76 | 0.04 | 0.11 | 302.79 | 0.75 | 0.55 |
Hex | E3 | 37 | DB | 0 | 4C | 4 | B | 12F | 4B | 37 |
Octal | 343 | 67 | 333 | 0 | 114 | 4 | 13 | 457 | 113 | 67 |
Binary | 11100011 | 110111 | 11011011 | 0 | 1001100 | 100 | 1011 | 100101111 | 1001011 | 110111 |
Color Harmonies of #E337DB
Complementary color
Monochromatic Colors of #E337DB
Black with #E337DB
Text Example
Text Example
White with #E337DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E337DB; }
p { color: rgb(227,55,219); }
H1.HeaderClassName
{
color: #E337DB;
}
.AnyTagClassName
{
color: #E337DB;
}
</style>
background-color css
<style>
a { background-color: #E337DB; }
a { background-color: rgb(227,55,219); }
div.DivClassName
{
background-color: #E337DB;
}
.BgClassName
{
background-color: #E337DB;
}
</style>
border-color css
<style>
span { border-color: #E337DB; }
span { border-color: rgb(227,55,219); }
td.TdClassName
{
border-color: #E337DB;
}
.TagClassName
{
border-color: #E337DB;
}
</style>