Html Css Color HEX #E65EE2 Free Speech Magenta
📋 copy color: '#E65EE2'red 230 ◦ green 94 ◦ blue 226
Shades of Free Speech Magenta #E65EE2
Tints of Free Speech Magenta #E65EE2
RGB
CMYK
RGB Variations
Color information
#E65EE2 (or 0xE65EE2) is known color: Free Speech Magenta. HEX triplet: E6, 5E and E2. RGB value is (230,94,226). Sum of RGB (Red+Green+Blue) = 230+94+226=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65EE2 is #19A11D. Grayscale: #959595. Windows color (decimal): -1679646 or 14835430. OLE color: 14835430.
HSL color Cylindrical-coordinate representation of color #E65EE2: hue angle of 301.76º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65EE2 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 226 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.10 |
| HSL | 301.76º | 0.73% | 0.64% | - |
| HSV(B) | 301.76º | 0.59% | 0.9% | - |
| XYZ | 50.36 | 30.32 | 75.15 | - |
| YUV | 149.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 226 | 0 | 0.59 | 0.02 | 0.10 | 301.76 | 0.73 | 0.64 |
| Hex | E6 | 5E | E2 | 0 | 3B | 2 | A | 12E | 49 | 40 |
| Octal | 346 | 136 | 342 | 0 | 73 | 2 | 12 | 456 | 111 | 100 |
| Binary | 11100110 | 1011110 | 11100010 | 0 | 111011 | 10 | 1010 | 100101110 | 1001001 | 1000000 |
Color Harmonies of #E65EE2
Complementary color
Monochromatic Colors of #E65EE2
Black with #E65EE2
Text Example
Text Example
White with #E65EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65EE2; }
p { color: rgb(230,94,226); }
H1.HeaderClassName
{
color: #E65EE2;
}
.AnyTagClassName
{
color: #E65EE2;
}
</style>
background-color css
<style>
a { background-color: #E65EE2; }
a { background-color: rgb(230,94,226); }
div.DivClassName
{
background-color: #E65EE2;
}
.BgClassName
{
background-color: #E65EE2;
}
</style>
border-color css
<style>
span { border-color: #E65EE2; }
span { border-color: rgb(230,94,226); }
td.TdClassName
{
border-color: #E65EE2;
}
.TagClassName
{
border-color: #E65EE2;
}
</style>