Html Css Color HEX #E64ADB Free Speech Magenta
📋 copy color: '#E64ADB'red 230 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #E64ADB
Tints of Free Speech Magenta #E64ADB
RGB
CMYK
RGB Variations
Color information
#E64ADB (or 0xE64ADB) is known color: Free Speech Magenta. HEX triplet: E6, 4A and DB. RGB value is (230,74,219). Sum of RGB (Red+Green+Blue) = 230+74+219=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ADB is #19B524. Grayscale: #888888. Windows color (decimal): -1684773 or 14371558. OLE color: 14371558.
HSL color Cylindrical-coordinate representation of color #E64ADB: hue angle of 304.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64ADB is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 219 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.10 |
| HSL | 304.23º | 0.76% | 0.6% | - |
| HSV(B) | 304.23º | 0.68% | 0.9% | - |
| XYZ | 47.87 | 26.84 | 69.67 | - |
| YUV | 137.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 219 | 0 | 0.68 | 0.05 | 0.10 | 304.23 | 0.76 | 0.6 |
| Hex | E6 | 4A | DB | 0 | 44 | 5 | A | 130 | 4C | 3C |
| Octal | 346 | 112 | 333 | 0 | 104 | 5 | 12 | 460 | 114 | 74 |
| Binary | 11100110 | 1001010 | 11011011 | 0 | 1000100 | 101 | 1010 | 100110000 | 1001100 | 111100 |
Color Harmonies of #E64ADB
Complementary color
Monochromatic Colors of #E64ADB
Black with #E64ADB
Text Example
Text Example
White with #E64ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64ADB; }
p { color: rgb(230,74,219); }
H1.HeaderClassName
{
color: #E64ADB;
}
.AnyTagClassName
{
color: #E64ADB;
}
</style>
background-color css
<style>
a { background-color: #E64ADB; }
a { background-color: rgb(230,74,219); }
div.DivClassName
{
background-color: #E64ADB;
}
.BgClassName
{
background-color: #E64ADB;
}
</style>
border-color css
<style>
span { border-color: #E64ADB; }
span { border-color: rgb(230,74,219); }
td.TdClassName
{
border-color: #E64ADB;
}
.TagClassName
{
border-color: #E64ADB;
}
</style>