Html Css Color HEX #E865E0 Free Speech Magenta
📋 copy color: '#E865E0'red 232 ◦ green 101 ◦ blue 224
Shades of Free Speech Magenta #E865E0
Tints of Free Speech Magenta #E865E0
RGB
CMYK
RGB Variations
Color information
#E865E0 (or 0xE865E0) is known color: Free Speech Magenta. HEX triplet: E8, 65 and E0. RGB value is (232,101,224). Sum of RGB (Red+Green+Blue) = 232+101+224=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E865E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865E0 is #179A1F. Grayscale: #999999. Windows color (decimal): -1546784 or 14706152. OLE color: 14706152.
HSL color Cylindrical-coordinate representation of color #E865E0: hue angle of 303.66º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E865E0 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 224 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.09 |
| HSL | 303.66º | 0.74% | 0.65% | - |
| HSV(B) | 303.66º | 0.56% | 0.91% | - |
| XYZ | 51.39 | 31.84 | 73.96 | - |
| YUV | 154.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 224 | 0 | 0.56 | 0.03 | 0.09 | 303.66 | 0.74 | 0.65 |
| Hex | E8 | 65 | E0 | 0 | 38 | 3 | 9 | 130 | 4A | 41 |
| Octal | 350 | 145 | 340 | 0 | 70 | 3 | 11 | 460 | 112 | 101 |
| Binary | 11101000 | 1100101 | 11100000 | 0 | 111000 | 11 | 1001 | 100110000 | 1001010 | 1000001 |
Color Harmonies of #E865E0
Complementary color
Monochromatic Colors of #E865E0
Black with #E865E0
Text Example
Text Example
White with #E865E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865E0; }
p { color: rgb(232,101,224); }
H1.HeaderClassName
{
color: #E865E0;
}
.AnyTagClassName
{
color: #E865E0;
}
</style>
background-color css
<style>
a { background-color: #E865E0; }
a { background-color: rgb(232,101,224); }
div.DivClassName
{
background-color: #E865E0;
}
.BgClassName
{
background-color: #E865E0;
}
</style>
border-color css
<style>
span { border-color: #E865E0; }
span { border-color: rgb(232,101,224); }
td.TdClassName
{
border-color: #E865E0;
}
.TagClassName
{
border-color: #E865E0;
}
</style>