Html Css Color HEX #E644DB Free Speech Magenta
📋 copy color: '#E644DB'red 230 ◦ green 68 ◦ blue 219
Shades of Free Speech Magenta #E644DB
Tints of Free Speech Magenta #E644DB
RGB
CMYK
RGB Variations
Color information
#E644DB (or 0xE644DB) is known color: Free Speech Magenta. HEX triplet: E6, 44 and DB. RGB value is (230,68,219). Sum of RGB (Red+Green+Blue) = 230+68+219=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E644DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E644DB is #19BB24. Grayscale: #858585. Windows color (decimal): -1686309 or 14370022. OLE color: 14370022.
HSL color Cylindrical-coordinate representation of color #E644DB: hue angle of 304.07º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E644DB is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 219 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.10 |
| HSL | 304.07º | 0.76% | 0.58% | - |
| HSV(B) | 304.07º | 0.7% | 0.9% | - |
| XYZ | 47.49 | 26.07 | 69.55 | - |
| YUV | 133.65 | 176.17 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 219 | 0 | 0.70 | 0.05 | 0.10 | 304.07 | 0.76 | 0.58 |
| Hex | E6 | 44 | DB | 0 | 46 | 5 | A | 130 | 4C | 3A |
| Octal | 346 | 104 | 333 | 0 | 106 | 5 | 12 | 460 | 114 | 72 |
| Binary | 11100110 | 1000100 | 11011011 | 0 | 1000110 | 101 | 1010 | 100110000 | 1001100 | 111010 |
Color Harmonies of #E644DB
Complementary color
Monochromatic Colors of #E644DB
Black with #E644DB
Text Example
Text Example
White with #E644DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E644DB; }
p { color: rgb(230,68,219); }
H1.HeaderClassName
{
color: #E644DB;
}
.AnyTagClassName
{
color: #E644DB;
}
</style>
background-color css
<style>
a { background-color: #E644DB; }
a { background-color: rgb(230,68,219); }
div.DivClassName
{
background-color: #E644DB;
}
.BgClassName
{
background-color: #E644DB;
}
</style>
border-color css
<style>
span { border-color: #E644DB; }
span { border-color: rgb(230,68,219); }
td.TdClassName
{
border-color: #E644DB;
}
.TagClassName
{
border-color: #E644DB;
}
</style>