Html Css Color HEX #E865EE Free Speech Magenta
📋 copy color: '#E865EE'red 232 ◦ green 101 ◦ blue 238
Shades of Free Speech Magenta #E865EE
Tints of Free Speech Magenta #E865EE
RGB
CMYK
RGB Variations
Color information
#E865EE (or 0xE865EE) is known color: Free Speech Magenta. HEX triplet: E8, 65 and EE. RGB value is (232,101,238). Sum of RGB (Red+Green+Blue) = 232+101+238=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 101 (39.84% from 255 or 17.69% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #E865EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E865EE is #179A11. Grayscale: #9B9B9B. Windows color (decimal): -1546770 or 15623656. OLE color: 15623656.
HSL color Cylindrical-coordinate representation of color #E865EE: hue angle of 297.37º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E865EE is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 101 | 238 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.07 |
| HSL | 297.37º | 0.8% | 0.66% | - |
| HSV(B) | 297.37º | 0.58% | 0.93% | - |
| XYZ | 53.37 | 32.64 | 84.38 | - |
| YUV | 155.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 238 | 0.03 | 0.58 | 0 | 0.07 | 297.37 | 0.8 | 0.66 |
| Hex | E8 | 65 | EE | 3 | 3A | 0 | 7 | 129 | 50 | 42 |
| Octal | 350 | 145 | 356 | 3 | 72 | 0 | 7 | 451 | 120 | 102 |
| Binary | 11101000 | 1100101 | 11101110 | 11 | 111010 | 0 | 111 | 100101001 | 1010000 | 1000010 |
Color Harmonies of #E865EE
Complementary color
Monochromatic Colors of #E865EE
Black with #E865EE
Text Example
Text Example
White with #E865EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865EE; }
p { color: rgb(232,101,238); }
H1.HeaderClassName
{
color: #E865EE;
}
.AnyTagClassName
{
color: #E865EE;
}
</style>
background-color css
<style>
a { background-color: #E865EE; }
a { background-color: rgb(232,101,238); }
div.DivClassName
{
background-color: #E865EE;
}
.BgClassName
{
background-color: #E865EE;
}
</style>
border-color css
<style>
span { border-color: #E865EE; }
span { border-color: rgb(232,101,238); }
td.TdClassName
{
border-color: #E865EE;
}
.TagClassName
{
border-color: #E865EE;
}
</style>