Html Css Color HEX #E645DB Free Speech Magenta
📋 copy color: '#E645DB'red 230 ◦ green 69 ◦ blue 219
Shades of Free Speech Magenta #E645DB
Tints of Free Speech Magenta #E645DB
RGB
CMYK
RGB Variations
Color information
#E645DB (or 0xE645DB) is known color: Free Speech Magenta. HEX triplet: E6, 45 and DB. RGB value is (230,69,219). Sum of RGB (Red+Green+Blue) = 230+69+219=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E645DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E645DB is #19BA24. Grayscale: #858585. Windows color (decimal): -1686053 or 14370278. OLE color: 14370278.
HSL color Cylindrical-coordinate representation of color #E645DB: hue angle of 304.1º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E645DB is Cyan = 0, Magento = 0.7, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 219 | - |
| CMYK | 0 | 0.7 | 0.05 | 0.10 |
| HSL | 304.1º | 0.76% | 0.59% | - |
| HSV(B) | 304.1º | 0.7% | 0.9% | - |
| XYZ | 47.55 | 26.19 | 69.57 | - |
| YUV | 134.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 219 | 0 | 0.7 | 0.05 | 0.10 | 304.1 | 0.76 | 0.59 |
| Hex | E6 | 45 | DB | 0 | 46 | 5 | A | 130 | 4C | 3B |
| Octal | 346 | 105 | 333 | 0 | 106 | 5 | 12 | 460 | 114 | 73 |
| Binary | 11100110 | 1000101 | 11011011 | 0 | 1000110 | 101 | 1010 | 100110000 | 1001100 | 111011 |
Color Harmonies of #E645DB
Complementary color
Monochromatic Colors of #E645DB
Black with #E645DB
Text Example
Text Example
White with #E645DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E645DB; }
p { color: rgb(230,69,219); }
H1.HeaderClassName
{
color: #E645DB;
}
.AnyTagClassName
{
color: #E645DB;
}
</style>
background-color css
<style>
a { background-color: #E645DB; }
a { background-color: rgb(230,69,219); }
div.DivClassName
{
background-color: #E645DB;
}
.BgClassName
{
background-color: #E645DB;
}
</style>
border-color css
<style>
span { border-color: #E645DB; }
span { border-color: rgb(230,69,219); }
td.TdClassName
{
border-color: #E645DB;
}
.TagClassName
{
border-color: #E645DB;
}
</style>