Html Css Color HEX #E25DE5 Free Speech Magenta
📋 copy color: '#E25DE5'red 226 ◦ green 93 ◦ blue 229
Shades of Free Speech Magenta #E25DE5
Tints of Free Speech Magenta #E25DE5
RGB
CMYK
RGB Variations
Color information
#E25DE5 (or 0xE25DE5) is known color: Free Speech Magenta. HEX triplet: E2, 5D and E5. RGB value is (226,93,229). Sum of RGB (Red+Green+Blue) = 226+93+229=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 93 (36.72% from 255 or 16.97% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #E25DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DE5 is #1DA21A. Grayscale: #939393. Windows color (decimal): -1942043 or 15031778. OLE color: 15031778.
HSL color Cylindrical-coordinate representation of color #E25DE5: hue angle of 298.68º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25DE5 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 93 | 229 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.10 |
| HSL | 298.68º | 0.72% | 0.63% | - |
| HSV(B) | 298.68º | 0.59% | 0.9% | - |
| XYZ | 49.42 | 29.65 | 77.25 | - |
| YUV | 148.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 229 | 0.01 | 0.59 | 0 | 0.10 | 298.68 | 0.72 | 0.63 |
| Hex | E2 | 5D | E5 | 1 | 3B | 0 | A | 12B | 48 | 3F |
| Octal | 342 | 135 | 345 | 1 | 73 | 0 | 12 | 453 | 110 | 77 |
| Binary | 11100010 | 1011101 | 11100101 | 1 | 111011 | 0 | 1010 | 100101011 | 1001000 | 111111 |
Color Harmonies of #E25DE5
Complementary color
Monochromatic Colors of #E25DE5
Black with #E25DE5
Text Example
Text Example
White with #E25DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DE5; }
p { color: rgb(226,93,229); }
H1.HeaderClassName
{
color: #E25DE5;
}
.AnyTagClassName
{
color: #E25DE5;
}
</style>
background-color css
<style>
a { background-color: #E25DE5; }
a { background-color: rgb(226,93,229); }
div.DivClassName
{
background-color: #E25DE5;
}
.BgClassName
{
background-color: #E25DE5;
}
</style>
border-color css
<style>
span { border-color: #E25DE5; }
span { border-color: rgb(226,93,229); }
td.TdClassName
{
border-color: #E25DE5;
}
.TagClassName
{
border-color: #E25DE5;
}
</style>