Html Css Color HEX #E65EE1 Free Speech Magenta
📋 copy color: '#E65EE1'red 230 ◦ green 94 ◦ blue 225
Shades of Free Speech Magenta #E65EE1
Tints of Free Speech Magenta #E65EE1
RGB
CMYK
RGB Variations
Color information
#E65EE1 (or 0xE65EE1) is known color: Free Speech Magenta. HEX triplet: E6, 5E and E1. RGB value is (230,94,225). Sum of RGB (Red+Green+Blue) = 230+94+225=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65EE1 is #19A11E. Grayscale: #959595. Windows color (decimal): -1679647 or 14769894. OLE color: 14769894.
HSL color Cylindrical-coordinate representation of color #E65EE1: hue angle of 302.21º 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 #E65EE1 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 225 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.10 |
| HSL | 302.21º | 0.73% | 0.64% | - |
| HSV(B) | 302.21º | 0.59% | 0.9% | - |
| XYZ | 50.23 | 30.26 | 74.43 | - |
| YUV | 149.6 | 170.56 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 225 | 0 | 0.59 | 0.02 | 0.10 | 302.21 | 0.73 | 0.64 |
| Hex | E6 | 5E | E1 | 0 | 3B | 2 | A | 12E | 49 | 40 |
| Octal | 346 | 136 | 341 | 0 | 73 | 2 | 12 | 456 | 111 | 100 |
| Binary | 11100110 | 1011110 | 11100001 | 0 | 111011 | 10 | 1010 | 100101110 | 1001001 | 1000000 |
Color Harmonies of #E65EE1
Complementary color
Monochromatic Colors of #E65EE1
Black with #E65EE1
Text Example
Text Example
White with #E65EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65EE1; }
p { color: rgb(230,94,225); }
H1.HeaderClassName
{
color: #E65EE1;
}
.AnyTagClassName
{
color: #E65EE1;
}
</style>
background-color css
<style>
a { background-color: #E65EE1; }
a { background-color: rgb(230,94,225); }
div.DivClassName
{
background-color: #E65EE1;
}
.BgClassName
{
background-color: #E65EE1;
}
</style>
border-color css
<style>
span { border-color: #E65EE1; }
span { border-color: rgb(230,94,225); }
td.TdClassName
{
border-color: #E65EE1;
}
.TagClassName
{
border-color: #E65EE1;
}
</style>