Html Css Color HEX #E64FDB Free Speech Magenta
📋 copy color: '#E64FDB'red 230 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #E64FDB
Tints of Free Speech Magenta #E64FDB
RGB
CMYK
RGB Variations
Color information
#E64FDB (or 0xE64FDB) is known color: Free Speech Magenta. HEX triplet: E6, 4F and DB. RGB value is (230,79,219). Sum of RGB (Red+Green+Blue) = 230+79+219=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E64FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64FDB is #19B024. Grayscale: #8B8B8B. Windows color (decimal): -1683493 or 14372838. OLE color: 14372838.
HSL color Cylindrical-coordinate representation of color #E64FDB: hue angle of 304.37º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64FDB is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 219 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.10 |
| HSL | 304.37º | 0.75% | 0.61% | - |
| HSV(B) | 304.37º | 0.66% | 0.9% | - |
| XYZ | 48.22 | 27.53 | 69.79 | - |
| YUV | 140.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 219 | 0 | 0.66 | 0.05 | 0.10 | 304.37 | 0.75 | 0.61 |
| Hex | E6 | 4F | DB | 0 | 42 | 5 | A | 130 | 4B | 3D |
| Octal | 346 | 117 | 333 | 0 | 102 | 5 | 12 | 460 | 113 | 75 |
| Binary | 11100110 | 1001111 | 11011011 | 0 | 1000010 | 101 | 1010 | 100110000 | 1001011 | 111101 |
Color Harmonies of #E64FDB
Complementary color
Monochromatic Colors of #E64FDB
Black with #E64FDB
Text Example
Text Example
White with #E64FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64FDB; }
p { color: rgb(230,79,219); }
H1.HeaderClassName
{
color: #E64FDB;
}
.AnyTagClassName
{
color: #E64FDB;
}
</style>
background-color css
<style>
a { background-color: #E64FDB; }
a { background-color: rgb(230,79,219); }
div.DivClassName
{
background-color: #E64FDB;
}
.BgClassName
{
background-color: #E64FDB;
}
</style>
border-color css
<style>
span { border-color: #E64FDB; }
span { border-color: rgb(230,79,219); }
td.TdClassName
{
border-color: #E64FDB;
}
.TagClassName
{
border-color: #E64FDB;
}
</style>