Html Css Color HEX #E669E5 Free Speech Magenta
📋 copy color: '#E669E5'red 230 ◦ green 105 ◦ blue 229
Shades of Free Speech Magenta #E669E5
Tints of Free Speech Magenta #E669E5
RGB
CMYK
RGB Variations
Color information
#E669E5 (or 0xE669E5) is known color: Free Speech Magenta. HEX triplet: E6, 69 and E5. RGB value is (230,105,229). Sum of RGB (Red+Green+Blue) = 230+105+229=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 105 (41.41% from 255 or 18.62% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E669E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669E5 is #19961A. Grayscale: #9C9C9C. Windows color (decimal): -1676827 or 15034854. OLE color: 15034854.
HSL color Cylindrical-coordinate representation of color #E669E5: hue angle of 300.48º 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 #E669E5 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 229 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.10 |
| HSL | 300.48º | 0.71% | 0.66% | - |
| HSV(B) | 300.48º | 0.54% | 0.9% | - |
| XYZ | 51.83 | 32.58 | 77.69 | - |
| YUV | 156.51 | 168.91 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 229 | 0 | 0.54 | 0.00 | 0.10 | 300.48 | 0.71 | 0.66 |
| Hex | E6 | 69 | E5 | 0 | 36 | 0 | A | 12C | 47 | 42 |
| Octal | 346 | 151 | 345 | 0 | 66 | 0 | 12 | 454 | 107 | 102 |
| Binary | 11100110 | 1101001 | 11100101 | 0 | 110110 | 0 | 1010 | 100101100 | 1000111 | 1000010 |
Color Harmonies of #E669E5
Complementary color
Monochromatic Colors of #E669E5
Black with #E669E5
Text Example
Text Example
White with #E669E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669E5; }
p { color: rgb(230,105,229); }
H1.HeaderClassName
{
color: #E669E5;
}
.AnyTagClassName
{
color: #E669E5;
}
</style>
background-color css
<style>
a { background-color: #E669E5; }
a { background-color: rgb(230,105,229); }
div.DivClassName
{
background-color: #E669E5;
}
.BgClassName
{
background-color: #E669E5;
}
</style>
border-color css
<style>
span { border-color: #E669E5; }
span { border-color: rgb(230,105,229); }
td.TdClassName
{
border-color: #E669E5;
}
.TagClassName
{
border-color: #E669E5;
}
</style>