Html Css Color HEX #E364DB Free Speech Magenta
📋 copy color: '#E364DB'red 227 ◦ green 100 ◦ blue 219
Shades of Free Speech Magenta #E364DB
Tints of Free Speech Magenta #E364DB
RGB
CMYK
RGB Variations
Color information
#E364DB (or 0xE364DB) is known color: Free Speech Magenta. HEX triplet: E3, 64 and DB. RGB value is (227,100,219). Sum of RGB (Red+Green+Blue) = 227+100+219=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E364DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364DB is #1C9B24. Grayscale: #979797. Windows color (decimal): -1874725 or 14378211. OLE color: 14378211.
HSL color Cylindrical-coordinate representation of color #E364DB: hue angle of 303.78º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E364DB is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 100 | 219 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.11 |
| HSL | 303.78º | 0.69% | 0.64% | - |
| HSV(B) | 303.78º | 0.56% | 0.89% | - |
| XYZ | 49.02 | 30.56 | 70.33 | - |
| YUV | 151.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 219 | 0 | 0.56 | 0.04 | 0.11 | 303.78 | 0.69 | 0.64 |
| Hex | E3 | 64 | DB | 0 | 38 | 4 | B | 130 | 45 | 40 |
| Octal | 343 | 144 | 333 | 0 | 70 | 4 | 13 | 460 | 105 | 100 |
| Binary | 11100011 | 1100100 | 11011011 | 0 | 111000 | 100 | 1011 | 100110000 | 1000101 | 1000000 |
Color Harmonies of #E364DB
Complementary color
Monochromatic Colors of #E364DB
Black with #E364DB
Text Example
Text Example
White with #E364DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E364DB; }
p { color: rgb(227,100,219); }
H1.HeaderClassName
{
color: #E364DB;
}
.AnyTagClassName
{
color: #E364DB;
}
</style>
background-color css
<style>
a { background-color: #E364DB; }
a { background-color: rgb(227,100,219); }
div.DivClassName
{
background-color: #E364DB;
}
.BgClassName
{
background-color: #E364DB;
}
</style>
border-color css
<style>
span { border-color: #E364DB; }
span { border-color: rgb(227,100,219); }
td.TdClassName
{
border-color: #E364DB;
}
.TagClassName
{
border-color: #E364DB;
}
</style>