Html Css Color HEX #E25DE7 Free Speech Magenta
📋 copy color: '#E25DE7'red 226 ◦ green 93 ◦ blue 231
Shades of Free Speech Magenta #E25DE7
Tints of Free Speech Magenta #E25DE7
RGB
CMYK
RGB Variations
Color information
#E25DE7 (or 0xE25DE7) is known color: Free Speech Magenta. HEX triplet: E2, 5D and E7. RGB value is (226,93,231). Sum of RGB (Red+Green+Blue) = 226+93+231=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #E25DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25DE7 is #1DA218. Grayscale: #949494. Windows color (decimal): -1942041 or 15162850. OLE color: 15162850.
HSL color Cylindrical-coordinate representation of color #E25DE7: hue angle of 297.83º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25DE7 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 93 | 231 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.09 |
| HSL | 297.83º | 0.74% | 0.64% | - |
| HSV(B) | 297.83º | 0.6% | 0.91% | - |
| XYZ | 49.7 | 29.77 | 78.73 | - |
| YUV | 148.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 231 | 0.02 | 0.60 | 0 | 0.09 | 297.83 | 0.74 | 0.64 |
| Hex | E2 | 5D | E7 | 2 | 3C | 0 | 9 | 12A | 4A | 40 |
| Octal | 342 | 135 | 347 | 2 | 74 | 0 | 11 | 452 | 112 | 100 |
| Binary | 11100010 | 1011101 | 11100111 | 10 | 111100 | 0 | 1001 | 100101010 | 1001010 | 1000000 |
Color Harmonies of #E25DE7
Complementary color
Monochromatic Colors of #E25DE7
Black with #E25DE7
Text Example
Text Example
White with #E25DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DE7; }
p { color: rgb(226,93,231); }
H1.HeaderClassName
{
color: #E25DE7;
}
.AnyTagClassName
{
color: #E25DE7;
}
</style>
background-color css
<style>
a { background-color: #E25DE7; }
a { background-color: rgb(226,93,231); }
div.DivClassName
{
background-color: #E25DE7;
}
.BgClassName
{
background-color: #E25DE7;
}
</style>
border-color css
<style>
span { border-color: #E25DE7; }
span { border-color: rgb(226,93,231); }
td.TdClassName
{
border-color: #E25DE7;
}
.TagClassName
{
border-color: #E25DE7;
}
</style>