Html Css Color HEX #E466E5 Free Speech Magenta
📋 copy color: '#E466E5'red 228 ◦ green 102 ◦ blue 229
Shades of Free Speech Magenta #E466E5
Tints of Free Speech Magenta #E466E5
RGB
CMYK
RGB Variations
Color information
#E466E5 (or 0xE466E5) is known color: Free Speech Magenta. HEX triplet: E4, 66 and E5. RGB value is (228,102,229). Sum of RGB (Red+Green+Blue) = 228+102+229=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #E466E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E466E5 is #1B991A. Grayscale: #999999. Windows color (decimal): -1808667 or 15034084. OLE color: 15034084.
HSL color Cylindrical-coordinate representation of color #E466E5: hue angle of 299.53º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E466E5 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 102 | 229 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.10 |
| HSL | 299.53º | 0.71% | 0.65% | - |
| HSV(B) | 299.53º | 0.55% | 0.9% | - |
| XYZ | 50.89 | 31.65 | 77.56 | - |
| YUV | 154.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 229 | 0.00 | 0.55 | 0 | 0.10 | 299.53 | 0.71 | 0.65 |
| Hex | E4 | 66 | E5 | 0 | 37 | 0 | A | 12C | 47 | 41 |
| Octal | 344 | 146 | 345 | 0 | 67 | 0 | 12 | 454 | 107 | 101 |
| Binary | 11100100 | 1100110 | 11100101 | 0 | 110111 | 0 | 1010 | 100101100 | 1000111 | 1000001 |
Color Harmonies of #E466E5
Complementary color
Monochromatic Colors of #E466E5
Black with #E466E5
Text Example
Text Example
White with #E466E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E466E5; }
p { color: rgb(228,102,229); }
H1.HeaderClassName
{
color: #E466E5;
}
.AnyTagClassName
{
color: #E466E5;
}
</style>
background-color css
<style>
a { background-color: #E466E5; }
a { background-color: rgb(228,102,229); }
div.DivClassName
{
background-color: #E466E5;
}
.BgClassName
{
background-color: #E466E5;
}
</style>
border-color css
<style>
span { border-color: #E466E5; }
span { border-color: rgb(228,102,229); }
td.TdClassName
{
border-color: #E466E5;
}
.TagClassName
{
border-color: #E466E5;
}
</style>