Html Css Color HEX #E63FDB Free Speech Magenta
📋 copy color: '#E63FDB'red 230 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #E63FDB
Tints of Free Speech Magenta #E63FDB
RGB
CMYK
RGB Variations
Color information
#E63FDB (or 0xE63FDB) is known color: Free Speech Magenta. HEX triplet: E6, 3F and DB. RGB value is (230,63,219). Sum of RGB (Red+Green+Blue) = 230+63+219=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E63FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63FDB is #19C024. Grayscale: #828282. Windows color (decimal): -1687589 or 14368742. OLE color: 14368742.
HSL color Cylindrical-coordinate representation of color #E63FDB: hue angle of 303.95º 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 #E63FDB is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 219 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.10 |
| HSL | 303.95º | 0.77% | 0.57% | - |
| HSV(B) | 303.95º | 0.73% | 0.9% | - |
| XYZ | 47.2 | 25.49 | 69.45 | - |
| YUV | 130.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 219 | 0 | 0.73 | 0.05 | 0.10 | 303.95 | 0.77 | 0.57 |
| Hex | E6 | 3F | DB | 0 | 49 | 5 | A | 130 | 4D | 39 |
| Octal | 346 | 77 | 333 | 0 | 111 | 5 | 12 | 460 | 115 | 71 |
| Binary | 11100110 | 111111 | 11011011 | 0 | 1001001 | 101 | 1010 | 100110000 | 1001101 | 111001 |
Color Harmonies of #E63FDB
Complementary color
Monochromatic Colors of #E63FDB
Black with #E63FDB
Text Example
Text Example
White with #E63FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63FDB; }
p { color: rgb(230,63,219); }
H1.HeaderClassName
{
color: #E63FDB;
}
.AnyTagClassName
{
color: #E63FDB;
}
</style>
background-color css
<style>
a { background-color: #E63FDB; }
a { background-color: rgb(230,63,219); }
div.DivClassName
{
background-color: #E63FDB;
}
.BgClassName
{
background-color: #E63FDB;
}
</style>
border-color css
<style>
span { border-color: #E63FDB; }
span { border-color: rgb(230,63,219); }
td.TdClassName
{
border-color: #E63FDB;
}
.TagClassName
{
border-color: #E63FDB;
}
</style>