Html Css Color HEX #E64EDC Free Speech Magenta
📋 copy color: '#E64EDC'red 230 ◦ green 78 ◦ blue 220
Shades of Free Speech Magenta #E64EDC
Tints of Free Speech Magenta #E64EDC
RGB
CMYK
RGB Variations
Color information
#E64EDC (or 0xE64EDC) is known color: Free Speech Magenta. HEX triplet: E6, 4E and DC. RGB value is (230,78,220). Sum of RGB (Red+Green+Blue) = 230+78+220=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64EDC is #19B123. Grayscale: #8B8B8B. Windows color (decimal): -1683748 or 14438118. OLE color: 14438118.
HSL color Cylindrical-coordinate representation of color #E64EDC: hue angle of 303.95º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64EDC is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 220 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.10 |
| HSL | 303.95º | 0.75% | 0.6% | - |
| HSV(B) | 303.95º | 0.66% | 0.9% | - |
| XYZ | 48.28 | 27.44 | 70.46 | - |
| YUV | 139.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 220 | 0 | 0.66 | 0.04 | 0.10 | 303.95 | 0.75 | 0.6 |
| Hex | E6 | 4E | DC | 0 | 42 | 4 | A | 130 | 4B | 3C |
| Octal | 346 | 116 | 334 | 0 | 102 | 4 | 12 | 460 | 113 | 74 |
| Binary | 11100110 | 1001110 | 11011100 | 0 | 1000010 | 100 | 1010 | 100110000 | 1001011 | 111100 |
Color Harmonies of #E64EDC
Complementary color
Monochromatic Colors of #E64EDC
Black with #E64EDC
Text Example
Text Example
White with #E64EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EDC; }
p { color: rgb(230,78,220); }
H1.HeaderClassName
{
color: #E64EDC;
}
.AnyTagClassName
{
color: #E64EDC;
}
</style>
background-color css
<style>
a { background-color: #E64EDC; }
a { background-color: rgb(230,78,220); }
div.DivClassName
{
background-color: #E64EDC;
}
.BgClassName
{
background-color: #E64EDC;
}
</style>
border-color css
<style>
span { border-color: #E64EDC; }
span { border-color: rgb(230,78,220); }
td.TdClassName
{
border-color: #E64EDC;
}
.TagClassName
{
border-color: #E64EDC;
}
</style>