Html Css Color HEX #E64BDB Free Speech Magenta
📋 copy color: '#E64BDB'red 230 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #E64BDB
Tints of Free Speech Magenta #E64BDB
RGB
CMYK
RGB Variations
Color information
#E64BDB (or 0xE64BDB) is known color: Free Speech Magenta. HEX triplet: E6, 4B and DB. RGB value is (230,75,219). Sum of RGB (Red+Green+Blue) = 230+75+219=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64BDB is #19B424. Grayscale: #898989. Windows color (decimal): -1684517 or 14371814. OLE color: 14371814.
HSL color Cylindrical-coordinate representation of color #E64BDB: hue angle of 304.26º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64BDB is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 219 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.10 |
| HSL | 304.26º | 0.76% | 0.6% | - |
| HSV(B) | 304.26º | 0.67% | 0.9% | - |
| XYZ | 47.94 | 26.97 | 69.7 | - |
| YUV | 137.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 219 | 0 | 0.67 | 0.05 | 0.10 | 304.26 | 0.76 | 0.6 |
| Hex | E6 | 4B | DB | 0 | 43 | 5 | A | 130 | 4C | 3C |
| Octal | 346 | 113 | 333 | 0 | 103 | 5 | 12 | 460 | 114 | 74 |
| Binary | 11100110 | 1001011 | 11011011 | 0 | 1000011 | 101 | 1010 | 100110000 | 1001100 | 111100 |
Color Harmonies of #E64BDB
Complementary color
Monochromatic Colors of #E64BDB
Black with #E64BDB
Text Example
Text Example
White with #E64BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64BDB; }
p { color: rgb(230,75,219); }
H1.HeaderClassName
{
color: #E64BDB;
}
.AnyTagClassName
{
color: #E64BDB;
}
</style>
background-color css
<style>
a { background-color: #E64BDB; }
a { background-color: rgb(230,75,219); }
div.DivClassName
{
background-color: #E64BDB;
}
.BgClassName
{
background-color: #E64BDB;
}
</style>
border-color css
<style>
span { border-color: #E64BDB; }
span { border-color: rgb(230,75,219); }
td.TdClassName
{
border-color: #E64BDB;
}
.TagClassName
{
border-color: #E64BDB;
}
</style>