Html Css Color HEX #E865DD Free Speech Magenta
📋 copy color: '#E865DD'red 232 ◦ green 101 ◦ blue 221
Shades of Free Speech Magenta #E865DD
Tints of Free Speech Magenta #E865DD
RGB
CMYK
RGB Variations
Color information
#E865DD (or 0xE865DD) is known color: Free Speech Magenta. HEX triplet: E8, 65 and DD. RGB value is (232,101,221). Sum of RGB (Red+Green+Blue) = 232+101+221=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E865DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865DD is #179A22. Grayscale: #999999. Windows color (decimal): -1546787 or 14509544. OLE color: 14509544.
HSL color Cylindrical-coordinate representation of color #E865DD: hue angle of 305.04º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E865DD is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 221 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.09 |
| HSL | 305.04º | 0.74% | 0.65% | - |
| HSV(B) | 305.04º | 0.56% | 0.91% | - |
| XYZ | 50.98 | 31.68 | 71.84 | - |
| YUV | 153.85 | 165.9 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 221 | 0 | 0.56 | 0.05 | 0.09 | 305.04 | 0.74 | 0.65 |
| Hex | E8 | 65 | DD | 0 | 38 | 5 | 9 | 131 | 4A | 41 |
| Octal | 350 | 145 | 335 | 0 | 70 | 5 | 11 | 461 | 112 | 101 |
| Binary | 11101000 | 1100101 | 11011101 | 0 | 111000 | 101 | 1001 | 100110001 | 1001010 | 1000001 |
Color Harmonies of #E865DD
Complementary color
Monochromatic Colors of #E865DD
Black with #E865DD
Text Example
Text Example
White with #E865DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865DD; }
p { color: rgb(232,101,221); }
H1.HeaderClassName
{
color: #E865DD;
}
.AnyTagClassName
{
color: #E865DD;
}
</style>
background-color css
<style>
a { background-color: #E865DD; }
a { background-color: rgb(232,101,221); }
div.DivClassName
{
background-color: #E865DD;
}
.BgClassName
{
background-color: #E865DD;
}
</style>
border-color css
<style>
span { border-color: #E865DD; }
span { border-color: rgb(232,101,221); }
td.TdClassName
{
border-color: #E865DD;
}
.TagClassName
{
border-color: #E865DD;
}
</style>