Html Css Color HEX #E641DD Free Speech Magenta
📋 copy color: '#E641DD'red 230 ◦ green 65 ◦ blue 221
Shades of Free Speech Magenta #E641DD
Tints of Free Speech Magenta #E641DD
RGB
CMYK
RGB Variations
Color information
#E641DD (or 0xE641DD) is known color: Free Speech Magenta. HEX triplet: E6, 41 and DD. RGB value is (230,65,221). Sum of RGB (Red+Green+Blue) = 230+65+221=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E641DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E641DD is #19BE22. Grayscale: #838383. Windows color (decimal): -1687075 or 14500326. OLE color: 14500326.
HSL color Cylindrical-coordinate representation of color #E641DD: hue angle of 303.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E641DD is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 221 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.10 |
| HSL | 303.27º | 0.77% | 0.58% | - |
| HSV(B) | 303.27º | 0.72% | 0.9% | - |
| XYZ | 47.57 | 25.82 | 70.88 | - |
| YUV | 132.12 | 178.16 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 221 | 0 | 0.72 | 0.04 | 0.10 | 303.27 | 0.77 | 0.58 |
| Hex | E6 | 41 | DD | 0 | 48 | 4 | A | 12F | 4D | 3A |
| Octal | 346 | 101 | 335 | 0 | 110 | 4 | 12 | 457 | 115 | 72 |
| Binary | 11100110 | 1000001 | 11011101 | 0 | 1001000 | 100 | 1010 | 100101111 | 1001101 | 111010 |
Color Harmonies of #E641DD
Complementary color
Monochromatic Colors of #E641DD
Black with #E641DD
Text Example
Text Example
White with #E641DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641DD; }
p { color: rgb(230,65,221); }
H1.HeaderClassName
{
color: #E641DD;
}
.AnyTagClassName
{
color: #E641DD;
}
</style>
background-color css
<style>
a { background-color: #E641DD; }
a { background-color: rgb(230,65,221); }
div.DivClassName
{
background-color: #E641DD;
}
.BgClassName
{
background-color: #E641DD;
}
</style>
border-color css
<style>
span { border-color: #E641DD; }
span { border-color: rgb(230,65,221); }
td.TdClassName
{
border-color: #E641DD;
}
.TagClassName
{
border-color: #E641DD;
}
</style>