Html Css Color HEX #E65CDB Free Speech Magenta
📋 copy color: '#E65CDB'red 230 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #E65CDB
Tints of Free Speech Magenta #E65CDB
RGB
CMYK
RGB Variations
Color information
#E65CDB (or 0xE65CDB) is known color: Free Speech Magenta. HEX triplet: E6, 5C and DB. RGB value is (230,92,219). Sum of RGB (Red+Green+Blue) = 230+92+219=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 92 (36.33% from 255 or 17.01% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CDB is #19A324. Grayscale: #939393. Windows color (decimal): -1680165 or 14376166. OLE color: 14376166.
HSL color Cylindrical-coordinate representation of color #E65CDB: hue angle of 304.78º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65CDB is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 219 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.10 |
| HSL | 304.78º | 0.73% | 0.63% | - |
| HSV(B) | 304.78º | 0.6% | 0.9% | - |
| XYZ | 49.25 | 29.59 | 70.13 | - |
| YUV | 147.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 219 | 0 | 0.60 | 0.05 | 0.10 | 304.78 | 0.73 | 0.63 |
| Hex | E6 | 5C | DB | 0 | 3C | 5 | A | 131 | 49 | 3F |
| Octal | 346 | 134 | 333 | 0 | 74 | 5 | 12 | 461 | 111 | 77 |
| Binary | 11100110 | 1011100 | 11011011 | 0 | 111100 | 101 | 1010 | 100110001 | 1001001 | 111111 |
Color Harmonies of #E65CDB
Complementary color
Monochromatic Colors of #E65CDB
Black with #E65CDB
Text Example
Text Example
White with #E65CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CDB; }
p { color: rgb(230,92,219); }
H1.HeaderClassName
{
color: #E65CDB;
}
.AnyTagClassName
{
color: #E65CDB;
}
</style>
background-color css
<style>
a { background-color: #E65CDB; }
a { background-color: rgb(230,92,219); }
div.DivClassName
{
background-color: #E65CDB;
}
.BgClassName
{
background-color: #E65CDB;
}
</style>
border-color css
<style>
span { border-color: #E65CDB; }
span { border-color: rgb(230,92,219); }
td.TdClassName
{
border-color: #E65CDB;
}
.TagClassName
{
border-color: #E65CDB;
}
</style>