Html Css Color HEX #E466E7 Free Speech Magenta
📋 copy color: '#E466E7'red 228 ◦ green 102 ◦ blue 231
Shades of Free Speech Magenta #E466E7
Tints of Free Speech Magenta #E466E7
RGB
CMYK
RGB Variations
Color information
#E466E7 (or 0xE466E7) is known color: Free Speech Magenta. HEX triplet: E4, 66 and E7. RGB value is (228,102,231). Sum of RGB (Red+Green+Blue) = 228+102+231=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #E466E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E466E7 is #1B9918. Grayscale: #999999. Windows color (decimal): -1808665 or 15165156. OLE color: 15165156.
HSL color Cylindrical-coordinate representation of color #E466E7: hue angle of 298.6º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E466E7 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 102 | 231 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.09 |
| HSL | 298.6º | 0.73% | 0.65% | - |
| HSV(B) | 298.6º | 0.56% | 0.91% | - |
| XYZ | 51.17 | 31.77 | 79.04 | - |
| YUV | 154.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 231 | 0.01 | 0.56 | 0 | 0.09 | 298.6 | 0.73 | 0.65 |
| Hex | E4 | 66 | E7 | 1 | 38 | 0 | 9 | 12B | 49 | 41 |
| Octal | 344 | 146 | 347 | 1 | 70 | 0 | 11 | 453 | 111 | 101 |
| Binary | 11100100 | 1100110 | 11100111 | 1 | 111000 | 0 | 1001 | 100101011 | 1001001 | 1000001 |
Color Harmonies of #E466E7
Complementary color
Monochromatic Colors of #E466E7
Black with #E466E7
Text Example
Text Example
White with #E466E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E466E7; }
p { color: rgb(228,102,231); }
H1.HeaderClassName
{
color: #E466E7;
}
.AnyTagClassName
{
color: #E466E7;
}
</style>
background-color css
<style>
a { background-color: #E466E7; }
a { background-color: rgb(228,102,231); }
div.DivClassName
{
background-color: #E466E7;
}
.BgClassName
{
background-color: #E466E7;
}
</style>
border-color css
<style>
span { border-color: #E466E7; }
span { border-color: rgb(228,102,231); }
td.TdClassName
{
border-color: #E466E7;
}
.TagClassName
{
border-color: #E466E7;
}
</style>