Html Css Color HEX #E669C9 Free Speech Magenta
📋 copy color: '#E669C9'red 230 ◦ green 105 ◦ blue 201
Shades of Free Speech Magenta #E669C9
Tints of Free Speech Magenta #E669C9
RGB
CMYK
RGB Variations
Color information
#E669C9 (or 0xE669C9) is known color: Free Speech Magenta. HEX triplet: E6, 69 and C9. RGB value is (230,105,201). Sum of RGB (Red+Green+Blue) = 230+105+201=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E669C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669C9 is #199636. Grayscale: #999999. Windows color (decimal): -1676855 or 13199846. OLE color: 13199846.
HSL color Cylindrical-coordinate representation of color #E669C9: hue angle of 313.92º 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 #E669C9 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 201 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.10 |
| HSL | 313.92º | 0.71% | 0.66% | - |
| HSV(B) | 313.92º | 0.54% | 0.9% | - |
| XYZ | 48.23 | 31.14 | 58.73 | - |
| YUV | 153.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 201 | 0 | 0.54 | 0.13 | 0.10 | 313.92 | 0.71 | 0.66 |
| Hex | E6 | 69 | C9 | 0 | 36 | D | A | 13A | 47 | 42 |
| Octal | 346 | 151 | 311 | 0 | 66 | 15 | 12 | 472 | 107 | 102 |
| Binary | 11100110 | 1101001 | 11001001 | 0 | 110110 | 1101 | 1010 | 100111010 | 1000111 | 1000010 |
Color Harmonies of #E669C9
Complementary color
Monochromatic Colors of #E669C9
Black with #E669C9
Text Example
Text Example
White with #E669C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669C9; }
p { color: rgb(230,105,201); }
H1.HeaderClassName
{
color: #E669C9;
}
.AnyTagClassName
{
color: #E669C9;
}
</style>
background-color css
<style>
a { background-color: #E669C9; }
a { background-color: rgb(230,105,201); }
div.DivClassName
{
background-color: #E669C9;
}
.BgClassName
{
background-color: #E669C9;
}
</style>
border-color css
<style>
span { border-color: #E669C9; }
span { border-color: rgb(230,105,201); }
td.TdClassName
{
border-color: #E669C9;
}
.TagClassName
{
border-color: #E669C9;
}
</style>