Html Css Color HEX #E669E7 Free Speech Magenta
📋 copy color: '#E669E7'red 230 ◦ green 105 ◦ blue 231
Shades of Free Speech Magenta #E669E7
Tints of Free Speech Magenta #E669E7
RGB
CMYK
RGB Variations
Color information
#E669E7 (or 0xE669E7) is known color: Free Speech Magenta. HEX triplet: E6, 69 and E7. RGB value is (230,105,231). Sum of RGB (Red+Green+Blue) = 230+105+231=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #E669E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E669E7 is #199618. Grayscale: #9C9C9C. Windows color (decimal): -1676825 or 15165926. OLE color: 15165926.
HSL color Cylindrical-coordinate representation of color #E669E7: hue angle of 299.52º degrees, saturation: 0.72, 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 #E669E7 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 105 | 231 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.09 |
| HSL | 299.52º | 0.72% | 0.66% | - |
| HSV(B) | 299.52º | 0.55% | 0.91% | - |
| XYZ | 52.11 | 32.7 | 79.17 | - |
| YUV | 156.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 231 | 0.00 | 0.55 | 0 | 0.09 | 299.52 | 0.72 | 0.66 |
| Hex | E6 | 69 | E7 | 0 | 37 | 0 | 9 | 12C | 48 | 42 |
| Octal | 346 | 151 | 347 | 0 | 67 | 0 | 11 | 454 | 110 | 102 |
| Binary | 11100110 | 1101001 | 11100111 | 0 | 110111 | 0 | 1001 | 100101100 | 1001000 | 1000010 |
Color Harmonies of #E669E7
Complementary color
Monochromatic Colors of #E669E7
Black with #E669E7
Text Example
Text Example
White with #E669E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669E7; }
p { color: rgb(230,105,231); }
H1.HeaderClassName
{
color: #E669E7;
}
.AnyTagClassName
{
color: #E669E7;
}
</style>
background-color css
<style>
a { background-color: #E669E7; }
a { background-color: rgb(230,105,231); }
div.DivClassName
{
background-color: #E669E7;
}
.BgClassName
{
background-color: #E669E7;
}
</style>
border-color css
<style>
span { border-color: #E669E7; }
span { border-color: rgb(230,105,231); }
td.TdClassName
{
border-color: #E669E7;
}
.TagClassName
{
border-color: #E669E7;
}
</style>