Html Css Color HEX #E361DB Free Speech Magenta
📋 copy color: '#E361DB'red 227 ◦ green 97 ◦ blue 219
Shades of Free Speech Magenta #E361DB
Tints of Free Speech Magenta #E361DB
RGB
CMYK
RGB Variations
Color information
#E361DB (or 0xE361DB) is known color: Free Speech Magenta. HEX triplet: E3, 61 and DB. RGB value is (227,97,219). Sum of RGB (Red+Green+Blue) = 227+97+219=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E361DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361DB is #1C9E24. Grayscale: #959595. Windows color (decimal): -1875493 or 14377443. OLE color: 14377443.
HSL color Cylindrical-coordinate representation of color #E361DB: hue angle of 303.69º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E361DB is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 219 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.11 |
| HSL | 303.69º | 0.7% | 0.64% | - |
| HSV(B) | 303.69º | 0.57% | 0.89% | - |
| XYZ | 48.74 | 29.99 | 70.24 | - |
| YUV | 149.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 219 | 0 | 0.57 | 0.04 | 0.11 | 303.69 | 0.7 | 0.64 |
| Hex | E3 | 61 | DB | 0 | 39 | 4 | B | 130 | 46 | 40 |
| Octal | 343 | 141 | 333 | 0 | 71 | 4 | 13 | 460 | 106 | 100 |
| Binary | 11100011 | 1100001 | 11011011 | 0 | 111001 | 100 | 1011 | 100110000 | 1000110 | 1000000 |
Color Harmonies of #E361DB
Complementary color
Monochromatic Colors of #E361DB
Black with #E361DB
Text Example
Text Example
White with #E361DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E361DB; }
p { color: rgb(227,97,219); }
H1.HeaderClassName
{
color: #E361DB;
}
.AnyTagClassName
{
color: #E361DB;
}
</style>
background-color css
<style>
a { background-color: #E361DB; }
a { background-color: rgb(227,97,219); }
div.DivClassName
{
background-color: #E361DB;
}
.BgClassName
{
background-color: #E361DB;
}
</style>
border-color css
<style>
span { border-color: #E361DB; }
span { border-color: rgb(227,97,219); }
td.TdClassName
{
border-color: #E361DB;
}
.TagClassName
{
border-color: #E361DB;
}
</style>