Html Css Color HEX #E25CE5 Free Speech Magenta
📋 copy color: '#E25CE5'red 226 ◦ green 92 ◦ blue 229
Shades of Free Speech Magenta #E25CE5
Tints of Free Speech Magenta #E25CE5
RGB
CMYK
RGB Variations
Color information
#E25CE5 (or 0xE25CE5) is known color: Free Speech Magenta. HEX triplet: E2, 5C and E5. RGB value is (226,92,229). Sum of RGB (Red+Green+Blue) = 226+92+229=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #E25CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25CE5 is #1DA31A. Grayscale: #939393. Windows color (decimal): -1942299 or 15031522. OLE color: 15031522.
HSL color Cylindrical-coordinate representation of color #E25CE5: hue angle of 298.69º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25CE5 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 92 | 229 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.10 |
| HSL | 298.69º | 0.72% | 0.63% | - |
| HSV(B) | 298.69º | 0.6% | 0.9% | - |
| XYZ | 49.33 | 29.48 | 77.22 | - |
| YUV | 147.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 229 | 0.01 | 0.60 | 0 | 0.10 | 298.69 | 0.72 | 0.63 |
| Hex | E2 | 5C | E5 | 1 | 3C | 0 | A | 12B | 48 | 3F |
| Octal | 342 | 134 | 345 | 1 | 74 | 0 | 12 | 453 | 110 | 77 |
| Binary | 11100010 | 1011100 | 11100101 | 1 | 111100 | 0 | 1010 | 100101011 | 1001000 | 111111 |
Color Harmonies of #E25CE5
Complementary color
Monochromatic Colors of #E25CE5
Black with #E25CE5
Text Example
Text Example
White with #E25CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CE5; }
p { color: rgb(226,92,229); }
H1.HeaderClassName
{
color: #E25CE5;
}
.AnyTagClassName
{
color: #E25CE5;
}
</style>
background-color css
<style>
a { background-color: #E25CE5; }
a { background-color: rgb(226,92,229); }
div.DivClassName
{
background-color: #E25CE5;
}
.BgClassName
{
background-color: #E25CE5;
}
</style>
border-color css
<style>
span { border-color: #E25CE5; }
span { border-color: rgb(226,92,229); }
td.TdClassName
{
border-color: #E25CE5;
}
.TagClassName
{
border-color: #E25CE5;
}
</style>