Html Css Color HEX #E65BE2 Free Speech Magenta
📋 copy color: '#E65BE2'red 230 ◦ green 91 ◦ blue 226
Shades of Free Speech Magenta #E65BE2
Tints of Free Speech Magenta #E65BE2
RGB
CMYK
RGB Variations
Color information
#E65BE2 (or 0xE65BE2) is known color: Free Speech Magenta. HEX triplet: E6, 5B and E2. RGB value is (230,91,226). Sum of RGB (Red+Green+Blue) = 230+91+226=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65BE2 is #19A41D. Grayscale: #939393. Windows color (decimal): -1680414 or 14834662. OLE color: 14834662.
HSL color Cylindrical-coordinate representation of color #E65BE2: hue angle of 301.73º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65BE2 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 226 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.10 |
| HSL | 301.73º | 0.74% | 0.63% | - |
| HSV(B) | 301.73º | 0.6% | 0.9% | - |
| XYZ | 50.1 | 29.8 | 75.06 | - |
| YUV | 147.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 226 | 0 | 0.60 | 0.02 | 0.10 | 301.73 | 0.74 | 0.63 |
| Hex | E6 | 5B | E2 | 0 | 3C | 2 | A | 12E | 4A | 3F |
| Octal | 346 | 133 | 342 | 0 | 74 | 2 | 12 | 456 | 112 | 77 |
| Binary | 11100110 | 1011011 | 11100010 | 0 | 111100 | 10 | 1010 | 100101110 | 1001010 | 111111 |
Color Harmonies of #E65BE2
Complementary color
Monochromatic Colors of #E65BE2
Black with #E65BE2
Text Example
Text Example
White with #E65BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BE2; }
p { color: rgb(230,91,226); }
H1.HeaderClassName
{
color: #E65BE2;
}
.AnyTagClassName
{
color: #E65BE2;
}
</style>
background-color css
<style>
a { background-color: #E65BE2; }
a { background-color: rgb(230,91,226); }
div.DivClassName
{
background-color: #E65BE2;
}
.BgClassName
{
background-color: #E65BE2;
}
</style>
border-color css
<style>
span { border-color: #E65BE2; }
span { border-color: rgb(230,91,226); }
td.TdClassName
{
border-color: #E65BE2;
}
.TagClassName
{
border-color: #E65BE2;
}
</style>