Html Css Color HEX #E265D8 Free Speech Magenta
📋 copy color: '#E265D8'red 226 ◦ green 101 ◦ blue 216
Shades of Free Speech Magenta #E265D8
Tints of Free Speech Magenta #E265D8
RGB
CMYK
RGB Variations
Color information
#E265D8 (or 0xE265D8) is known color: Free Speech Magenta. HEX triplet: E2, 65 and D8. RGB value is (226,101,216). Sum of RGB (Red+Green+Blue) = 226+101+216=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E265D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265D8 is #1D9A27. Grayscale: #979797. Windows color (decimal): -1940008 or 14181858. OLE color: 14181858.
HSL color Cylindrical-coordinate representation of color #E265D8: hue angle of 304.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E265D8 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 216 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.11 |
| HSL | 304.8º | 0.68% | 0.64% | - |
| HSV(B) | 304.8º | 0.55% | 0.89% | - |
| XYZ | 48.41 | 30.43 | 68.29 | - |
| YUV | 151.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 216 | 0 | 0.55 | 0.04 | 0.11 | 304.8 | 0.68 | 0.64 |
| Hex | E2 | 65 | D8 | 0 | 37 | 4 | B | 131 | 44 | 40 |
| Octal | 342 | 145 | 330 | 0 | 67 | 4 | 13 | 461 | 104 | 100 |
| Binary | 11100010 | 1100101 | 11011000 | 0 | 110111 | 100 | 1011 | 100110001 | 1000100 | 1000000 |
Color Harmonies of #E265D8
Complementary color
Monochromatic Colors of #E265D8
Black with #E265D8
Text Example
Text Example
White with #E265D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265D8; }
p { color: rgb(226,101,216); }
H1.HeaderClassName
{
color: #E265D8;
}
.AnyTagClassName
{
color: #E265D8;
}
</style>
background-color css
<style>
a { background-color: #E265D8; }
a { background-color: rgb(226,101,216); }
div.DivClassName
{
background-color: #E265D8;
}
.BgClassName
{
background-color: #E265D8;
}
</style>
border-color css
<style>
span { border-color: #E265D8; }
span { border-color: rgb(226,101,216); }
td.TdClassName
{
border-color: #E265D8;
}
.TagClassName
{
border-color: #E265D8;
}
</style>