Html Css Color HEX #E669D8 Free Speech Magenta
📋 copy color: '#E669D8'red 230 ◦ green 105 ◦ blue 216
Shades of Free Speech Magenta #E669D8
Tints of Free Speech Magenta #E669D8
RGB
CMYK
RGB Variations
Color information
#E669D8 (or 0xE669D8) is known color: Free Speech Magenta. HEX triplet: E6, 69 and D8. RGB value is (230,105,216). Sum of RGB (Red+Green+Blue) = 230+105+216=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E669D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669D8 is #199627. Grayscale: #9A9A9A. Windows color (decimal): -1676840 or 14182886. OLE color: 14182886.
HSL color Cylindrical-coordinate representation of color #E669D8: hue angle of 306.72º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669D8 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 216 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.10 |
| HSL | 306.72º | 0.71% | 0.66% | - |
| HSV(B) | 306.72º | 0.54% | 0.9% | - |
| XYZ | 50.08 | 31.88 | 68.48 | - |
| YUV | 155.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 216 | 0 | 0.54 | 0.06 | 0.10 | 306.72 | 0.71 | 0.66 |
| Hex | E6 | 69 | D8 | 0 | 36 | 6 | A | 133 | 47 | 42 |
| Octal | 346 | 151 | 330 | 0 | 66 | 6 | 12 | 463 | 107 | 102 |
| Binary | 11100110 | 1101001 | 11011000 | 0 | 110110 | 110 | 1010 | 100110011 | 1000111 | 1000010 |
Color Harmonies of #E669D8
Complementary color
Monochromatic Colors of #E669D8
Black with #E669D8
Text Example
Text Example
White with #E669D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669D8; }
p { color: rgb(230,105,216); }
H1.HeaderClassName
{
color: #E669D8;
}
.AnyTagClassName
{
color: #E669D8;
}
</style>
background-color css
<style>
a { background-color: #E669D8; }
a { background-color: rgb(230,105,216); }
div.DivClassName
{
background-color: #E669D8;
}
.BgClassName
{
background-color: #E669D8;
}
</style>
border-color css
<style>
span { border-color: #E669D8; }
span { border-color: rgb(230,105,216); }
td.TdClassName
{
border-color: #E669D8;
}
.TagClassName
{
border-color: #E669D8;
}
</style>