Html Css Color HEX #E255E5 Free Speech Magenta
📋 copy color: '#E255E5'red 226 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #E255E5
Tints of Free Speech Magenta #E255E5
RGB
CMYK
RGB Variations
Color information
#E255E5 (or 0xE255E5) is known color: Free Speech Magenta. HEX triplet: E2, 55 and E5. RGB value is (226,85,229). Sum of RGB (Red+Green+Blue) = 226+85+229=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #E255E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255E5 is #1DAA1A. Grayscale: #8F8F8F. Windows color (decimal): -1944091 or 15029730. OLE color: 15029730.
HSL color Cylindrical-coordinate representation of color #E255E5: hue angle of 298.75º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E255E5 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 85 | 229 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.10 |
| HSL | 298.75º | 0.73% | 0.62% | - |
| HSV(B) | 298.75º | 0.63% | 0.9% | - |
| XYZ | 48.76 | 28.32 | 77.03 | - |
| YUV | 143.58 | 176.21 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 229 | 0.01 | 0.63 | 0 | 0.10 | 298.75 | 0.73 | 0.62 |
| Hex | E2 | 55 | E5 | 1 | 3F | 0 | A | 12B | 49 | 3E |
| Octal | 342 | 125 | 345 | 1 | 77 | 0 | 12 | 453 | 111 | 76 |
| Binary | 11100010 | 1010101 | 11100101 | 1 | 111111 | 0 | 1010 | 100101011 | 1001001 | 111110 |
Color Harmonies of #E255E5
Complementary color
Monochromatic Colors of #E255E5
Black with #E255E5
Text Example
Text Example
White with #E255E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255E5; }
p { color: rgb(226,85,229); }
H1.HeaderClassName
{
color: #E255E5;
}
.AnyTagClassName
{
color: #E255E5;
}
</style>
background-color css
<style>
a { background-color: #E255E5; }
a { background-color: rgb(226,85,229); }
div.DivClassName
{
background-color: #E255E5;
}
.BgClassName
{
background-color: #E255E5;
}
</style>
border-color css
<style>
span { border-color: #E255E5; }
span { border-color: rgb(226,85,229); }
td.TdClassName
{
border-color: #E255E5;
}
.TagClassName
{
border-color: #E255E5;
}
</style>