Html Css Color HEX #E63EDB Free Speech Magenta
📋 copy color: '#E63EDB'red 230 ◦ green 62 ◦ blue 219
Shades of Free Speech Magenta #E63EDB
Tints of Free Speech Magenta #E63EDB
RGB
CMYK
RGB Variations
Color information
#E63EDB (or 0xE63EDB) is known color: Free Speech Magenta. HEX triplet: E6, 3E and DB. RGB value is (230,62,219). Sum of RGB (Red+Green+Blue) = 230+62+219=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E63EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63EDB is #19C124. Grayscale: #818181. Windows color (decimal): -1687845 or 14368486. OLE color: 14368486.
HSL color Cylindrical-coordinate representation of color #E63EDB: hue angle of 303.93º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63EDB is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 62 | 219 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.10 |
| HSL | 303.93º | 0.77% | 0.57% | - |
| HSV(B) | 303.93º | 0.73% | 0.9% | - |
| XYZ | 47.14 | 25.38 | 69.43 | - |
| YUV | 130.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 62 | 219 | 0 | 0.73 | 0.05 | 0.10 | 303.93 | 0.77 | 0.57 |
| Hex | E6 | 3E | DB | 0 | 49 | 5 | A | 130 | 4D | 39 |
| Octal | 346 | 76 | 333 | 0 | 111 | 5 | 12 | 460 | 115 | 71 |
| Binary | 11100110 | 111110 | 11011011 | 0 | 1001001 | 101 | 1010 | 100110000 | 1001101 | 111001 |
Color Harmonies of #E63EDB
Complementary color
Monochromatic Colors of #E63EDB
Black with #E63EDB
Text Example
Text Example
White with #E63EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63EDB; }
p { color: rgb(230,62,219); }
H1.HeaderClassName
{
color: #E63EDB;
}
.AnyTagClassName
{
color: #E63EDB;
}
</style>
background-color css
<style>
a { background-color: #E63EDB; }
a { background-color: rgb(230,62,219); }
div.DivClassName
{
background-color: #E63EDB;
}
.BgClassName
{
background-color: #E63EDB;
}
</style>
border-color css
<style>
span { border-color: #E63EDB; }
span { border-color: rgb(230,62,219); }
td.TdClassName
{
border-color: #E63EDB;
}
.TagClassName
{
border-color: #E63EDB;
}
</style>