Html Css Color HEX #E65EDB Free Speech Magenta
📋 copy color: '#E65EDB'red 230 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #E65EDB
Tints of Free Speech Magenta #E65EDB
RGB
CMYK
RGB Variations
Color information
#E65EDB (or 0xE65EDB) is known color: Free Speech Magenta. HEX triplet: E6, 5E and DB. RGB value is (230,94,219). Sum of RGB (Red+Green+Blue) = 230+94+219=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65EDB is #19A124. Grayscale: #949494. Windows color (decimal): -1679653 or 14376678. OLE color: 14376678.
HSL color Cylindrical-coordinate representation of color #E65EDB: hue angle of 304.85º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65EDB is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 219 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.10 |
| HSL | 304.85º | 0.73% | 0.64% | - |
| HSV(B) | 304.85º | 0.59% | 0.9% | - |
| XYZ | 49.42 | 29.94 | 70.19 | - |
| YUV | 148.91 | 167.56 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 219 | 0 | 0.59 | 0.05 | 0.10 | 304.85 | 0.73 | 0.64 |
| Hex | E6 | 5E | DB | 0 | 3B | 5 | A | 131 | 49 | 40 |
| Octal | 346 | 136 | 333 | 0 | 73 | 5 | 12 | 461 | 111 | 100 |
| Binary | 11100110 | 1011110 | 11011011 | 0 | 111011 | 101 | 1010 | 100110001 | 1001001 | 1000000 |
Color Harmonies of #E65EDB
Complementary color
Monochromatic Colors of #E65EDB
Black with #E65EDB
Text Example
Text Example
White with #E65EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65EDB; }
p { color: rgb(230,94,219); }
H1.HeaderClassName
{
color: #E65EDB;
}
.AnyTagClassName
{
color: #E65EDB;
}
</style>
background-color css
<style>
a { background-color: #E65EDB; }
a { background-color: rgb(230,94,219); }
div.DivClassName
{
background-color: #E65EDB;
}
.BgClassName
{
background-color: #E65EDB;
}
</style>
border-color css
<style>
span { border-color: #E65EDB; }
span { border-color: rgb(230,94,219); }
td.TdClassName
{
border-color: #E65EDB;
}
.TagClassName
{
border-color: #E65EDB;
}
</style>