Html Css Color HEX #E365DB Free Speech Magenta
📋 copy color: '#E365DB'red 227 ◦ green 101 ◦ blue 219
Shades of Free Speech Magenta #E365DB
Tints of Free Speech Magenta #E365DB
RGB
CMYK
RGB Variations
Color information
#E365DB (or 0xE365DB) is known color: Free Speech Magenta. HEX triplet: E3, 65 and DB. RGB value is (227,101,219). Sum of RGB (Red+Green+Blue) = 227+101+219=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E365DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365DB is #1C9A24. Grayscale: #979797. Windows color (decimal): -1874469 or 14378467. OLE color: 14378467.
HSL color Cylindrical-coordinate representation of color #E365DB: hue angle of 303.81º 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 #E365DB is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 219 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.11 |
| HSL | 303.81º | 0.69% | 0.64% | - |
| HSV(B) | 303.81º | 0.56% | 0.89% | - |
| XYZ | 49.12 | 30.75 | 70.36 | - |
| YUV | 152.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 219 | 0 | 0.56 | 0.04 | 0.11 | 303.81 | 0.69 | 0.64 |
| Hex | E3 | 65 | DB | 0 | 38 | 4 | B | 130 | 45 | 40 |
| Octal | 343 | 145 | 333 | 0 | 70 | 4 | 13 | 460 | 105 | 100 |
| Binary | 11100011 | 1100101 | 11011011 | 0 | 111000 | 100 | 1011 | 100110000 | 1000101 | 1000000 |
Color Harmonies of #E365DB
Complementary color
Monochromatic Colors of #E365DB
Black with #E365DB
Text Example
Text Example
White with #E365DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365DB; }
p { color: rgb(227,101,219); }
H1.HeaderClassName
{
color: #E365DB;
}
.AnyTagClassName
{
color: #E365DB;
}
</style>
background-color css
<style>
a { background-color: #E365DB; }
a { background-color: rgb(227,101,219); }
div.DivClassName
{
background-color: #E365DB;
}
.BgClassName
{
background-color: #E365DB;
}
</style>
border-color css
<style>
span { border-color: #E365DB; }
span { border-color: rgb(227,101,219); }
td.TdClassName
{
border-color: #E365DB;
}
.TagClassName
{
border-color: #E365DB;
}
</style>