Html Css Color HEX #E868DD Free Speech Magenta
📋 copy color: '#E868DD'red 232 ◦ green 104 ◦ blue 221
Shades of Free Speech Magenta #E868DD
Tints of Free Speech Magenta #E868DD
RGB
CMYK
RGB Variations
Color information
#E868DD (or 0xE868DD) is known color: Free Speech Magenta. HEX triplet: E8, 68 and DD. RGB value is (232,104,221). Sum of RGB (Red+Green+Blue) = 232+104+221=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E868DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E868DD is #179722. Grayscale: #9B9B9B. Windows color (decimal): -1546019 or 14510312. OLE color: 14510312.
HSL color Cylindrical-coordinate representation of color #E868DD: hue angle of 305.16º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E868DD is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 221 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.09 |
| HSL | 305.16º | 0.74% | 0.66% | - |
| HSV(B) | 305.16º | 0.55% | 0.91% | - |
| XYZ | 51.28 | 32.28 | 71.93 | - |
| YUV | 155.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 221 | 0 | 0.55 | 0.05 | 0.09 | 305.16 | 0.74 | 0.66 |
| Hex | E8 | 68 | DD | 0 | 37 | 5 | 9 | 131 | 4A | 42 |
| Octal | 350 | 150 | 335 | 0 | 67 | 5 | 11 | 461 | 112 | 102 |
| Binary | 11101000 | 1101000 | 11011101 | 0 | 110111 | 101 | 1001 | 100110001 | 1001010 | 1000010 |
Color Harmonies of #E868DD
Complementary color
Monochromatic Colors of #E868DD
Black with #E868DD
Text Example
Text Example
White with #E868DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E868DD; }
p { color: rgb(232,104,221); }
H1.HeaderClassName
{
color: #E868DD;
}
.AnyTagClassName
{
color: #E868DD;
}
</style>
background-color css
<style>
a { background-color: #E868DD; }
a { background-color: rgb(232,104,221); }
div.DivClassName
{
background-color: #E868DD;
}
.BgClassName
{
background-color: #E868DD;
}
</style>
border-color css
<style>
span { border-color: #E868DD; }
span { border-color: rgb(232,104,221); }
td.TdClassName
{
border-color: #E868DD;
}
.TagClassName
{
border-color: #E868DD;
}
</style>