Html Css Color HEX #E25DE6 Free Speech Magenta
📋 copy color: '#E25DE6'red 226 ◦ green 93 ◦ blue 230
Shades of Free Speech Magenta #E25DE6
Tints of Free Speech Magenta #E25DE6
RGB
CMYK
RGB Variations
Color information
#E25DE6 (or 0xE25DE6) is known color: Free Speech Magenta. HEX triplet: E2, 5D and E6. RGB value is (226,93,230). Sum of RGB (Red+Green+Blue) = 226+93+230=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #E25DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25DE6 is #1DA219. Grayscale: #939393. Windows color (decimal): -1942042 or 15097314. OLE color: 15097314.
HSL color Cylindrical-coordinate representation of color #E25DE6: hue angle of 298.25º degrees, saturation: 0.73, 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 #E25DE6 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 93 | 230 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.10 |
| HSL | 298.25º | 0.73% | 0.63% | - |
| HSV(B) | 298.25º | 0.6% | 0.9% | - |
| XYZ | 49.56 | 29.71 | 77.99 | - |
| YUV | 148.39 | 174.06 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 230 | 0.02 | 0.60 | 0 | 0.10 | 298.25 | 0.73 | 0.63 |
| Hex | E2 | 5D | E6 | 2 | 3C | 0 | A | 12A | 49 | 3F |
| Octal | 342 | 135 | 346 | 2 | 74 | 0 | 12 | 452 | 111 | 77 |
| Binary | 11100010 | 1011101 | 11100110 | 10 | 111100 | 0 | 1010 | 100101010 | 1001001 | 111111 |
Color Harmonies of #E25DE6
Complementary color
Monochromatic Colors of #E25DE6
Black with #E25DE6
Text Example
Text Example
White with #E25DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DE6; }
p { color: rgb(226,93,230); }
H1.HeaderClassName
{
color: #E25DE6;
}
.AnyTagClassName
{
color: #E25DE6;
}
</style>
background-color css
<style>
a { background-color: #E25DE6; }
a { background-color: rgb(226,93,230); }
div.DivClassName
{
background-color: #E25DE6;
}
.BgClassName
{
background-color: #E25DE6;
}
</style>
border-color css
<style>
span { border-color: #E25DE6; }
span { border-color: rgb(226,93,230); }
td.TdClassName
{
border-color: #E25DE6;
}
.TagClassName
{
border-color: #E25DE6;
}
</style>