Html Css Color HEX #E255E4 Free Speech Magenta
📋 copy color: '#E255E4'red 226 ◦ green 85 ◦ blue 228
Shades of Free Speech Magenta #E255E4
Tints of Free Speech Magenta #E255E4
RGB
CMYK
RGB Variations
Color information
#E255E4 (or 0xE255E4) is known color: Free Speech Magenta. HEX triplet: E2, 55 and E4. RGB value is (226,85,228). Sum of RGB (Red+Green+Blue) = 226+85+228=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #E255E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255E4 is #1DAA1B. Grayscale: #8F8F8F. Windows color (decimal): -1944092 or 14964194. OLE color: 14964194.
HSL color Cylindrical-coordinate representation of color #E255E4: hue angle of 299.16º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E255E4 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 228 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.11 |
| HSL | 299.16º | 0.73% | 0.61% | - |
| HSV(B) | 299.16º | 0.63% | 0.89% | - |
| XYZ | 48.62 | 28.27 | 76.29 | - |
| YUV | 143.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 228 | 0.01 | 0.63 | 0 | 0.11 | 299.16 | 0.73 | 0.61 |
| Hex | E2 | 55 | E4 | 1 | 3F | 0 | B | 12B | 49 | 3D |
| Octal | 342 | 125 | 344 | 1 | 77 | 0 | 13 | 453 | 111 | 75 |
| Binary | 11100010 | 1010101 | 11100100 | 1 | 111111 | 0 | 1011 | 100101011 | 1001001 | 111101 |
Color Harmonies of #E255E4
Complementary color
Monochromatic Colors of #E255E4
Black with #E255E4
Text Example
Text Example
White with #E255E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255E4; }
p { color: rgb(226,85,228); }
H1.HeaderClassName
{
color: #E255E4;
}
.AnyTagClassName
{
color: #E255E4;
}
</style>
background-color css
<style>
a { background-color: #E255E4; }
a { background-color: rgb(226,85,228); }
div.DivClassName
{
background-color: #E255E4;
}
.BgClassName
{
background-color: #E255E4;
}
</style>
border-color css
<style>
span { border-color: #E255E4; }
span { border-color: rgb(226,85,228); }
td.TdClassName
{
border-color: #E255E4;
}
.TagClassName
{
border-color: #E255E4;
}
</style>