Html Css Color HEX #E641DB Free Speech Magenta
📋 copy color: '#E641DB'red 230 ◦ green 65 ◦ blue 219
Shades of Free Speech Magenta #E641DB
Tints of Free Speech Magenta #E641DB
RGB
CMYK
RGB Variations
Color information
#E641DB (or 0xE641DB) is known color: Free Speech Magenta. HEX triplet: E6, 41 and DB. RGB value is (230,65,219). Sum of RGB (Red+Green+Blue) = 230+65+219=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E641DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E641DB is #19BE24. Grayscale: #838383. Windows color (decimal): -1687077 or 14369254. OLE color: 14369254.
HSL color Cylindrical-coordinate representation of color #E641DB: hue angle of 304º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E641DB is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 219 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.10 |
| HSL | 304º | 0.77% | 0.58% | - |
| HSV(B) | 304º | 0.72% | 0.9% | - |
| XYZ | 47.31 | 25.72 | 69.49 | - |
| YUV | 131.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 219 | 0 | 0.72 | 0.05 | 0.10 | 304 | 0.77 | 0.58 |
| Hex | E6 | 41 | DB | 0 | 48 | 5 | A | 130 | 4D | 3A |
| Octal | 346 | 101 | 333 | 0 | 110 | 5 | 12 | 460 | 115 | 72 |
| Binary | 11100110 | 1000001 | 11011011 | 0 | 1001000 | 101 | 1010 | 100110000 | 1001101 | 111010 |
Color Harmonies of #E641DB
Complementary color
Monochromatic Colors of #E641DB
Black with #E641DB
Text Example
Text Example
White with #E641DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641DB; }
p { color: rgb(230,65,219); }
H1.HeaderClassName
{
color: #E641DB;
}
.AnyTagClassName
{
color: #E641DB;
}
</style>
background-color css
<style>
a { background-color: #E641DB; }
a { background-color: rgb(230,65,219); }
div.DivClassName
{
background-color: #E641DB;
}
.BgClassName
{
background-color: #E641DB;
}
</style>
border-color css
<style>
span { border-color: #E641DB; }
span { border-color: rgb(230,65,219); }
td.TdClassName
{
border-color: #E641DB;
}
.TagClassName
{
border-color: #E641DB;
}
</style>