Html Css Color HEX #E64BDA Free Speech Magenta
📋 copy color: '#E64BDA'red 230 ◦ green 75 ◦ blue 218
Shades of Free Speech Magenta #E64BDA
Tints of Free Speech Magenta #E64BDA
RGB
CMYK
RGB Variations
Color information
#E64BDA (or 0xE64BDA) is known color: Free Speech Magenta. HEX triplet: E6, 4B and DA. RGB value is (230,75,218). Sum of RGB (Red+Green+Blue) = 230+75+218=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64BDA is #19B425. Grayscale: #898989. Windows color (decimal): -1684518 or 14306278. OLE color: 14306278.
HSL color Cylindrical-coordinate representation of color #E64BDA: hue angle of 304.65º 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 #E64BDA is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 218 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.10 |
| HSL | 304.65º | 0.76% | 0.6% | - |
| HSV(B) | 304.65º | 0.67% | 0.9% | - |
| XYZ | 47.8 | 26.92 | 69.01 | - |
| YUV | 137.65 | 173.35 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 218 | 0 | 0.67 | 0.05 | 0.10 | 304.65 | 0.76 | 0.6 |
| Hex | E6 | 4B | DA | 0 | 43 | 5 | A | 131 | 4C | 3C |
| Octal | 346 | 113 | 332 | 0 | 103 | 5 | 12 | 461 | 114 | 74 |
| Binary | 11100110 | 1001011 | 11011010 | 0 | 1000011 | 101 | 1010 | 100110001 | 1001100 | 111100 |
Color Harmonies of #E64BDA
Complementary color
Monochromatic Colors of #E64BDA
Black with #E64BDA
Text Example
Text Example
White with #E64BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64BDA; }
p { color: rgb(230,75,218); }
H1.HeaderClassName
{
color: #E64BDA;
}
.AnyTagClassName
{
color: #E64BDA;
}
</style>
background-color css
<style>
a { background-color: #E64BDA; }
a { background-color: rgb(230,75,218); }
div.DivClassName
{
background-color: #E64BDA;
}
.BgClassName
{
background-color: #E64BDA;
}
</style>
border-color css
<style>
span { border-color: #E64BDA; }
span { border-color: rgb(230,75,218); }
td.TdClassName
{
border-color: #E64BDA;
}
.TagClassName
{
border-color: #E64BDA;
}
</style>