Html Css Color HEX #E255E2 Free Speech Magenta
📋 copy color: '#E255E2'red 226 ◦ green 85 ◦ blue 226
Shades of Free Speech Magenta #E255E2
Tints of Free Speech Magenta #E255E2
RGB
CMYK
RGB Variations
Color information
#E255E2 (or 0xE255E2) is known color: Free Speech Magenta. HEX triplet: E2, 55 and E2. RGB value is (226,85,226). Sum of RGB (Red+Green+Blue) = 226+85+226=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: red, blue. Hex color #E255E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255E2 is #1DAA1D. Grayscale: #8E8E8E. Windows color (decimal): -1944094 or 14833122. OLE color: 14833122.
HSL color Cylindrical-coordinate representation of color #E255E2: hue angle of 300º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E255E2 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 226 | - |
| CMYK | 0 | 0.62 | 0 | 0.11 |
| HSL | 300º | 0.71% | 0.61% | - |
| HSV(B) | 300º | 0.62% | 0.89% | - |
| XYZ | 48.34 | 28.16 | 74.84 | - |
| YUV | 143.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 226 | 0 | 0.62 | 0 | 0.11 | 300 | 0.71 | 0.61 |
| Hex | E2 | 55 | E2 | 0 | 3E | 0 | B | 12C | 47 | 3D |
| Octal | 342 | 125 | 342 | 0 | 76 | 0 | 13 | 454 | 107 | 75 |
| Binary | 11100010 | 1010101 | 11100010 | 0 | 111110 | 0 | 1011 | 100101100 | 1000111 | 111101 |
Color Harmonies of #E255E2
Complementary color
Monochromatic Colors of #E255E2
Black with #E255E2
Text Example
Text Example
White with #E255E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255E2; }
p { color: rgb(226,85,226); }
H1.HeaderClassName
{
color: #E255E2;
}
.AnyTagClassName
{
color: #E255E2;
}
</style>
background-color css
<style>
a { background-color: #E255E2; }
a { background-color: rgb(226,85,226); }
div.DivClassName
{
background-color: #E255E2;
}
.BgClassName
{
background-color: #E255E2;
}
</style>
border-color css
<style>
span { border-color: #E255E2; }
span { border-color: rgb(226,85,226); }
td.TdClassName
{
border-color: #E255E2;
}
.TagClassName
{
border-color: #E255E2;
}
</style>