Html Css Color HEX #E255E0 Free Speech Magenta
📋 copy color: '#E255E0'red 226 ◦ green 85 ◦ blue 224
Shades of Free Speech Magenta #E255E0
Tints of Free Speech Magenta #E255E0
RGB
CMYK
RGB Variations
Color information
#E255E0 (or 0xE255E0) is known color: Free Speech Magenta. HEX triplet: E2, 55 and E0. RGB value is (226,85,224). Sum of RGB (Red+Green+Blue) = 226+85+224=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E255E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255E0 is #1DAA1F. Grayscale: #8E8E8E. Windows color (decimal): -1944096 or 14702050. OLE color: 14702050.
HSL color Cylindrical-coordinate representation of color #E255E0: hue angle of 300.85º 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 #E255E0 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 224 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.11 |
| HSL | 300.85º | 0.71% | 0.61% | - |
| HSV(B) | 300.85º | 0.62% | 0.89% | - |
| XYZ | 48.07 | 28.05 | 73.4 | - |
| YUV | 143.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 224 | 0 | 0.62 | 0.01 | 0.11 | 300.85 | 0.71 | 0.61 |
| Hex | E2 | 55 | E0 | 0 | 3E | 1 | B | 12D | 47 | 3D |
| Octal | 342 | 125 | 340 | 0 | 76 | 1 | 13 | 455 | 107 | 75 |
| Binary | 11100010 | 1010101 | 11100000 | 0 | 111110 | 1 | 1011 | 100101101 | 1000111 | 111101 |
Color Harmonies of #E255E0
Complementary color
Monochromatic Colors of #E255E0
Black with #E255E0
Text Example
Text Example
White with #E255E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255E0; }
p { color: rgb(226,85,224); }
H1.HeaderClassName
{
color: #E255E0;
}
.AnyTagClassName
{
color: #E255E0;
}
</style>
background-color css
<style>
a { background-color: #E255E0; }
a { background-color: rgb(226,85,224); }
div.DivClassName
{
background-color: #E255E0;
}
.BgClassName
{
background-color: #E255E0;
}
</style>
border-color css
<style>
span { border-color: #E255E0; }
span { border-color: rgb(226,85,224); }
td.TdClassName
{
border-color: #E255E0;
}
.TagClassName
{
border-color: #E255E0;
}
</style>