Html Css Color HEX #E869DD Free Speech Magenta
📋 copy color: '#E869DD'red 232 ◦ green 105 ◦ blue 221
Shades of Free Speech Magenta #E869DD
Tints of Free Speech Magenta #E869DD
RGB
CMYK
RGB Variations
Color information
#E869DD (or 0xE869DD) is known color: Free Speech Magenta. HEX triplet: E8, 69 and DD. RGB value is (232,105,221). Sum of RGB (Red+Green+Blue) = 232+105+221=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E869DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E869DD is #179622. Grayscale: #9B9B9B. Windows color (decimal): -1545763 or 14510568. OLE color: 14510568.
HSL color Cylindrical-coordinate representation of color #E869DD: hue angle of 305.2º degrees, saturation: 0.73, 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 #E869DD is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 221 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.09 |
| HSL | 305.2º | 0.73% | 0.66% | - |
| HSV(B) | 305.2º | 0.55% | 0.91% | - |
| XYZ | 51.38 | 32.48 | 71.97 | - |
| YUV | 156.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 221 | 0 | 0.55 | 0.05 | 0.09 | 305.2 | 0.73 | 0.66 |
| Hex | E8 | 69 | DD | 0 | 37 | 5 | 9 | 131 | 49 | 42 |
| Octal | 350 | 151 | 335 | 0 | 67 | 5 | 11 | 461 | 111 | 102 |
| Binary | 11101000 | 1101001 | 11011101 | 0 | 110111 | 101 | 1001 | 100110001 | 1001001 | 1000010 |
Color Harmonies of #E869DD
Complementary color
Monochromatic Colors of #E869DD
Black with #E869DD
Text Example
Text Example
White with #E869DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E869DD; }
p { color: rgb(232,105,221); }
H1.HeaderClassName
{
color: #E869DD;
}
.AnyTagClassName
{
color: #E869DD;
}
</style>
background-color css
<style>
a { background-color: #E869DD; }
a { background-color: rgb(232,105,221); }
div.DivClassName
{
background-color: #E869DD;
}
.BgClassName
{
background-color: #E869DD;
}
</style>
border-color css
<style>
span { border-color: #E869DD; }
span { border-color: rgb(232,105,221); }
td.TdClassName
{
border-color: #E869DD;
}
.TagClassName
{
border-color: #E869DD;
}
</style>