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