Html Css Color HEX #E64DDC Free Speech Magenta
📋 copy color: '#E64DDC'red 230 ◦ green 77 ◦ blue 220
Shades of Free Speech Magenta #E64DDC
Tints of Free Speech Magenta #E64DDC
RGB
CMYK
RGB Variations
Color information
#E64DDC (or 0xE64DDC) is known color: Free Speech Magenta. HEX triplet: E6, 4D and DC. RGB value is (230,77,220). Sum of RGB (Red+Green+Blue) = 230+77+220=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64DDC is #19B223. Grayscale: #8A8A8A. Windows color (decimal): -1684004 or 14437862. OLE color: 14437862.
HSL color Cylindrical-coordinate representation of color #E64DDC: hue angle of 303.92º 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 #E64DDC is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 220 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.10 |
| HSL | 303.92º | 0.75% | 0.6% | - |
| HSV(B) | 303.92º | 0.67% | 0.9% | - |
| XYZ | 48.21 | 27.3 | 70.44 | - |
| YUV | 139.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 220 | 0 | 0.67 | 0.04 | 0.10 | 303.92 | 0.75 | 0.6 |
| Hex | E6 | 4D | DC | 0 | 43 | 4 | A | 130 | 4B | 3C |
| Octal | 346 | 115 | 334 | 0 | 103 | 4 | 12 | 460 | 113 | 74 |
| Binary | 11100110 | 1001101 | 11011100 | 0 | 1000011 | 100 | 1010 | 100110000 | 1001011 | 111100 |
Color Harmonies of #E64DDC
Complementary color
Monochromatic Colors of #E64DDC
Black with #E64DDC
Text Example
Text Example
White with #E64DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DDC; }
p { color: rgb(230,77,220); }
H1.HeaderClassName
{
color: #E64DDC;
}
.AnyTagClassName
{
color: #E64DDC;
}
</style>
background-color css
<style>
a { background-color: #E64DDC; }
a { background-color: rgb(230,77,220); }
div.DivClassName
{
background-color: #E64DDC;
}
.BgClassName
{
background-color: #E64DDC;
}
</style>
border-color css
<style>
span { border-color: #E64DDC; }
span { border-color: rgb(230,77,220); }
td.TdClassName
{
border-color: #E64DDC;
}
.TagClassName
{
border-color: #E64DDC;
}
</style>