Html Css Color HEX #E265E3 Free Speech Magenta
📋 copy color: '#E265E3'red 226 ◦ green 101 ◦ blue 227
Shades of Free Speech Magenta #E265E3
Tints of Free Speech Magenta #E265E3
RGB
CMYK
RGB Variations
Color information
#E265E3 (or 0xE265E3) is known color: Free Speech Magenta. HEX triplet: E2, 65 and E3. RGB value is (226,101,227). Sum of RGB (Red+Green+Blue) = 226+101+227=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 227 - color contains mainly: blue. Hex color #E265E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265E3 is #1D9A1C. Grayscale: #989898. Windows color (decimal): -1939997 or 14902754. OLE color: 14902754.
HSL color Cylindrical-coordinate representation of color #E265E3: hue angle of 299.52º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E265E3 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 227 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.11 |
| HSL | 299.52º | 0.69% | 0.64% | - |
| HSV(B) | 299.52º | 0.56% | 0.89% | - |
| XYZ | 49.88 | 31.02 | 76.03 | - |
| YUV | 152.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 227 | 0.00 | 0.56 | 0 | 0.11 | 299.52 | 0.69 | 0.64 |
| Hex | E2 | 65 | E3 | 0 | 38 | 0 | B | 12C | 45 | 40 |
| Octal | 342 | 145 | 343 | 0 | 70 | 0 | 13 | 454 | 105 | 100 |
| Binary | 11100010 | 1100101 | 11100011 | 0 | 111000 | 0 | 1011 | 100101100 | 1000101 | 1000000 |
Color Harmonies of #E265E3
Complementary color
Monochromatic Colors of #E265E3
Black with #E265E3
Text Example
Text Example
White with #E265E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265E3; }
p { color: rgb(226,101,227); }
H1.HeaderClassName
{
color: #E265E3;
}
.AnyTagClassName
{
color: #E265E3;
}
</style>
background-color css
<style>
a { background-color: #E265E3; }
a { background-color: rgb(226,101,227); }
div.DivClassName
{
background-color: #E265E3;
}
.BgClassName
{
background-color: #E265E3;
}
</style>
border-color css
<style>
span { border-color: #E265E3; }
span { border-color: rgb(226,101,227); }
td.TdClassName
{
border-color: #E265E3;
}
.TagClassName
{
border-color: #E265E3;
}
</style>