Html Css Color HEX #E64DD3 Free Speech Magenta
📋 copy color: '#E64DD3'red 230 ◦ green 77 ◦ blue 211
Shades of Free Speech Magenta #E64DD3
Tints of Free Speech Magenta #E64DD3
RGB
CMYK
RGB Variations
Color information
#E64DD3 (or 0xE64DD3) is known color: Free Speech Magenta. HEX triplet: E6, 4D and D3. RGB value is (230,77,211). Sum of RGB (Red+Green+Blue) = 230+77+211=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64DD3 is #19B22C. Grayscale: #898989. Windows color (decimal): -1684013 or 13848038. OLE color: 13848038.
HSL color Cylindrical-coordinate representation of color #E64DD3: hue angle of 307.45º 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 #E64DD3 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 211 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.10 |
| HSL | 307.45º | 0.75% | 0.6% | - |
| HSV(B) | 307.45º | 0.67% | 0.9% | - |
| XYZ | 47.04 | 26.83 | 64.33 | - |
| YUV | 138.02 | 169.19 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 211 | 0 | 0.67 | 0.08 | 0.10 | 307.45 | 0.75 | 0.6 |
| Hex | E6 | 4D | D3 | 0 | 43 | 8 | A | 133 | 4B | 3C |
| Octal | 346 | 115 | 323 | 0 | 103 | 10 | 12 | 463 | 113 | 74 |
| Binary | 11100110 | 1001101 | 11010011 | 0 | 1000011 | 1000 | 1010 | 100110011 | 1001011 | 111100 |
Color Harmonies of #E64DD3
Complementary color
Monochromatic Colors of #E64DD3
Black with #E64DD3
Text Example
Text Example
White with #E64DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DD3; }
p { color: rgb(230,77,211); }
H1.HeaderClassName
{
color: #E64DD3;
}
.AnyTagClassName
{
color: #E64DD3;
}
</style>
background-color css
<style>
a { background-color: #E64DD3; }
a { background-color: rgb(230,77,211); }
div.DivClassName
{
background-color: #E64DD3;
}
.BgClassName
{
background-color: #E64DD3;
}
</style>
border-color css
<style>
span { border-color: #E64DD3; }
span { border-color: rgb(230,77,211); }
td.TdClassName
{
border-color: #E64DD3;
}
.TagClassName
{
border-color: #E64DD3;
}
</style>