Html Css Color HEX #E466E2 Free Speech Magenta
📋 copy color: '#E466E2'red 228 ◦ green 102 ◦ blue 226
Shades of Free Speech Magenta #E466E2
Tints of Free Speech Magenta #E466E2
RGB
CMYK
RGB Variations
Color information
#E466E2 (or 0xE466E2) is known color: Free Speech Magenta. HEX triplet: E4, 66 and E2. RGB value is (228,102,226). Sum of RGB (Red+Green+Blue) = 228+102+226=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E466E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E466E2 is #1B991D. Grayscale: #999999. Windows color (decimal): -1808670 or 14837476. OLE color: 14837476.
HSL color Cylindrical-coordinate representation of color #E466E2: hue angle of 300.95º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E466E2 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 226 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.11 |
| HSL | 300.95º | 0.7% | 0.65% | - |
| HSV(B) | 300.95º | 0.55% | 0.89% | - |
| XYZ | 50.47 | 31.49 | 75.37 | - |
| YUV | 153.81 | 168.74 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 226 | 0 | 0.55 | 0.01 | 0.11 | 300.95 | 0.7 | 0.65 |
| Hex | E4 | 66 | E2 | 0 | 37 | 1 | B | 12D | 46 | 41 |
| Octal | 344 | 146 | 342 | 0 | 67 | 1 | 13 | 455 | 106 | 101 |
| Binary | 11100100 | 1100110 | 11100010 | 0 | 110111 | 1 | 1011 | 100101101 | 1000110 | 1000001 |
Color Harmonies of #E466E2
Complementary color
Monochromatic Colors of #E466E2
Black with #E466E2
Text Example
Text Example
White with #E466E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E466E2; }
p { color: rgb(228,102,226); }
H1.HeaderClassName
{
color: #E466E2;
}
.AnyTagClassName
{
color: #E466E2;
}
</style>
background-color css
<style>
a { background-color: #E466E2; }
a { background-color: rgb(228,102,226); }
div.DivClassName
{
background-color: #E466E2;
}
.BgClassName
{
background-color: #E466E2;
}
</style>
border-color css
<style>
span { border-color: #E466E2; }
span { border-color: rgb(228,102,226); }
td.TdClassName
{
border-color: #E466E2;
}
.TagClassName
{
border-color: #E466E2;
}
</style>