Html Css Color HEX #E669E2 Free Speech Magenta
📋 copy color: '#E669E2'red 230 ◦ green 105 ◦ blue 226
Shades of Free Speech Magenta #E669E2
Tints of Free Speech Magenta #E669E2
RGB
CMYK
RGB Variations
Color information
#E669E2 (or 0xE669E2) is known color: Free Speech Magenta. HEX triplet: E6, 69 and E2. RGB value is (230,105,226). Sum of RGB (Red+Green+Blue) = 230+105+226=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 105 (41.41% from 255 or 18.72% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E669E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669E2 is #19961D. Grayscale: #9B9B9B. Windows color (decimal): -1676830 or 14838246. OLE color: 14838246.
HSL color Cylindrical-coordinate representation of color #E669E2: hue angle of 301.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 #E669E2 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 226 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.10 |
| HSL | 301.92º | 0.71% | 0.66% | - |
| HSV(B) | 301.92º | 0.54% | 0.9% | - |
| XYZ | 51.41 | 32.42 | 75.5 | - |
| YUV | 156.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 226 | 0 | 0.54 | 0.02 | 0.10 | 301.92 | 0.71 | 0.66 |
| Hex | E6 | 69 | E2 | 0 | 36 | 2 | A | 12E | 47 | 42 |
| Octal | 346 | 151 | 342 | 0 | 66 | 2 | 12 | 456 | 107 | 102 |
| Binary | 11100110 | 1101001 | 11100010 | 0 | 110110 | 10 | 1010 | 100101110 | 1000111 | 1000010 |
Color Harmonies of #E669E2
Complementary color
Monochromatic Colors of #E669E2
Black with #E669E2
Text Example
Text Example
White with #E669E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669E2; }
p { color: rgb(230,105,226); }
H1.HeaderClassName
{
color: #E669E2;
}
.AnyTagClassName
{
color: #E669E2;
}
</style>
background-color css
<style>
a { background-color: #E669E2; }
a { background-color: rgb(230,105,226); }
div.DivClassName
{
background-color: #E669E2;
}
.BgClassName
{
background-color: #E669E2;
}
</style>
border-color css
<style>
span { border-color: #E669E2; }
span { border-color: rgb(230,105,226); }
td.TdClassName
{
border-color: #E669E2;
}
.TagClassName
{
border-color: #E669E2;
}
</style>