Html Css Color HEX #E25FE5 Free Speech Magenta
📋 copy color: '#E25FE5'red 226 ◦ green 95 ◦ blue 229
Shades of Free Speech Magenta #E25FE5
Tints of Free Speech Magenta #E25FE5
RGB
CMYK
RGB Variations
Color information
#E25FE5 (or 0xE25FE5) is known color: Free Speech Magenta. HEX triplet: E2, 5F and E5. RGB value is (226,95,229). Sum of RGB (Red+Green+Blue) = 226+95+229=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #E25FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25FE5 is #1DA01A. Grayscale: #959595. Windows color (decimal): -1941531 or 15032290. OLE color: 15032290.
HSL color Cylindrical-coordinate representation of color #E25FE5: hue angle of 298.66º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25FE5 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 95 | 229 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.10 |
| HSL | 298.66º | 0.72% | 0.64% | - |
| HSV(B) | 298.66º | 0.59% | 0.9% | - |
| XYZ | 49.6 | 30.01 | 77.31 | - |
| YUV | 149.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 229 | 0.01 | 0.59 | 0 | 0.10 | 298.66 | 0.72 | 0.64 |
| Hex | E2 | 5F | E5 | 1 | 3B | 0 | A | 12B | 48 | 40 |
| Octal | 342 | 137 | 345 | 1 | 73 | 0 | 12 | 453 | 110 | 100 |
| Binary | 11100010 | 1011111 | 11100101 | 1 | 111011 | 0 | 1010 | 100101011 | 1001000 | 1000000 |
Color Harmonies of #E25FE5
Complementary color
Monochromatic Colors of #E25FE5
Black with #E25FE5
Text Example
Text Example
White with #E25FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25FE5; }
p { color: rgb(226,95,229); }
H1.HeaderClassName
{
color: #E25FE5;
}
.AnyTagClassName
{
color: #E25FE5;
}
</style>
background-color css
<style>
a { background-color: #E25FE5; }
a { background-color: rgb(226,95,229); }
div.DivClassName
{
background-color: #E25FE5;
}
.BgClassName
{
background-color: #E25FE5;
}
</style>
border-color css
<style>
span { border-color: #E25FE5; }
span { border-color: rgb(226,95,229); }
td.TdClassName
{
border-color: #E25FE5;
}
.TagClassName
{
border-color: #E25FE5;
}
</style>