Html Css Color HEX #E64DDD Free Speech Magenta
📋 copy color: '#E64DDD'red 230 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #E64DDD
Tints of Free Speech Magenta #E64DDD
RGB
CMYK
RGB Variations
Color information
#E64DDD (or 0xE64DDD) is known color: Free Speech Magenta. HEX triplet: E6, 4D and DD. RGB value is (230,77,221). Sum of RGB (Red+Green+Blue) = 230+77+221=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64DDD is #19B222. Grayscale: #8A8A8A. Windows color (decimal): -1684003 or 14503398. OLE color: 14503398.
HSL color Cylindrical-coordinate representation of color #E64DDD: hue angle of 303.53º 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 #E64DDD is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 221 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.10 |
| HSL | 303.53º | 0.75% | 0.6% | - |
| HSV(B) | 303.53º | 0.67% | 0.9% | - |
| XYZ | 48.34 | 27.35 | 71.14 | - |
| YUV | 139.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 221 | 0 | 0.67 | 0.04 | 0.10 | 303.53 | 0.75 | 0.6 |
| Hex | E6 | 4D | DD | 0 | 43 | 4 | A | 130 | 4B | 3C |
| Octal | 346 | 115 | 335 | 0 | 103 | 4 | 12 | 460 | 113 | 74 |
| Binary | 11100110 | 1001101 | 11011101 | 0 | 1000011 | 100 | 1010 | 100110000 | 1001011 | 111100 |
Color Harmonies of #E64DDD
Complementary color
Monochromatic Colors of #E64DDD
Black with #E64DDD
Text Example
Text Example
White with #E64DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DDD; }
p { color: rgb(230,77,221); }
H1.HeaderClassName
{
color: #E64DDD;
}
.AnyTagClassName
{
color: #E64DDD;
}
</style>
background-color css
<style>
a { background-color: #E64DDD; }
a { background-color: rgb(230,77,221); }
div.DivClassName
{
background-color: #E64DDD;
}
.BgClassName
{
background-color: #E64DDD;
}
</style>
border-color css
<style>
span { border-color: #E64DDD; }
span { border-color: rgb(230,77,221); }
td.TdClassName
{
border-color: #E64DDD;
}
.TagClassName
{
border-color: #E64DDD;
}
</style>