Html Css Color HEX #E258E5 Free Speech Magenta
📋 copy color: '#E258E5'red 226 ◦ green 88 ◦ blue 229
Shades of Free Speech Magenta #E258E5
Tints of Free Speech Magenta #E258E5
RGB
CMYK
RGB Variations
Color information
#E258E5 (or 0xE258E5) is known color: Free Speech Magenta. HEX triplet: E2, 58 and E5. RGB value is (226,88,229). Sum of RGB (Red+Green+Blue) = 226+88+229=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 88 (34.77% from 255 or 16.21% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #E258E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258E5 is #1DA71A. Grayscale: #909090. Windows color (decimal): -1943323 or 15030498. OLE color: 15030498.
HSL color Cylindrical-coordinate representation of color #E258E5: hue angle of 298.72º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E258E5 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 88 | 229 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.10 |
| HSL | 298.72º | 0.73% | 0.62% | - |
| HSV(B) | 298.72º | 0.62% | 0.9% | - |
| XYZ | 49 | 28.81 | 77.11 | - |
| YUV | 145.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 229 | 0.01 | 0.62 | 0 | 0.10 | 298.72 | 0.73 | 0.62 |
| Hex | E2 | 58 | E5 | 1 | 3E | 0 | A | 12B | 49 | 3E |
| Octal | 342 | 130 | 345 | 1 | 76 | 0 | 12 | 453 | 111 | 76 |
| Binary | 11100010 | 1011000 | 11100101 | 1 | 111110 | 0 | 1010 | 100101011 | 1001001 | 111110 |
Color Harmonies of #E258E5
Complementary color
Monochromatic Colors of #E258E5
Black with #E258E5
Text Example
Text Example
White with #E258E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E258E5; }
p { color: rgb(226,88,229); }
H1.HeaderClassName
{
color: #E258E5;
}
.AnyTagClassName
{
color: #E258E5;
}
</style>
background-color css
<style>
a { background-color: #E258E5; }
a { background-color: rgb(226,88,229); }
div.DivClassName
{
background-color: #E258E5;
}
.BgClassName
{
background-color: #E258E5;
}
</style>
border-color css
<style>
span { border-color: #E258E5; }
span { border-color: rgb(226,88,229); }
td.TdClassName
{
border-color: #E258E5;
}
.TagClassName
{
border-color: #E258E5;
}
</style>