Html Css Color HEX #E25BD9 Free Speech Magenta
📋 copy color: '#E25BD9'red 226 ◦ green 91 ◦ blue 217
Shades of Free Speech Magenta #E25BD9
Tints of Free Speech Magenta #E25BD9
RGB
CMYK
RGB Variations
Color information
#E25BD9 (or 0xE25BD9) is known color: Free Speech Magenta. HEX triplet: E2, 5B and D9. RGB value is (226,91,217). Sum of RGB (Red+Green+Blue) = 226+91+217=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BD9 is #1DA426. Grayscale: #919191. Windows color (decimal): -1942567 or 14244834. OLE color: 14244834.
HSL color Cylindrical-coordinate representation of color #E25BD9: hue angle of 304º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25BD9 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 217 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.11 |
| HSL | 304º | 0.7% | 0.62% | - |
| HSV(B) | 304º | 0.6% | 0.89% | - |
| XYZ | 47.63 | 28.66 | 68.67 | - |
| YUV | 145.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 217 | 0 | 0.60 | 0.04 | 0.11 | 304 | 0.7 | 0.62 |
| Hex | E2 | 5B | D9 | 0 | 3C | 4 | B | 130 | 46 | 3E |
| Octal | 342 | 133 | 331 | 0 | 74 | 4 | 13 | 460 | 106 | 76 |
| Binary | 11100010 | 1011011 | 11011001 | 0 | 111100 | 100 | 1011 | 100110000 | 1000110 | 111110 |
Color Harmonies of #E25BD9
Complementary color
Monochromatic Colors of #E25BD9
Black with #E25BD9
Text Example
Text Example
White with #E25BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BD9; }
p { color: rgb(226,91,217); }
H1.HeaderClassName
{
color: #E25BD9;
}
.AnyTagClassName
{
color: #E25BD9;
}
</style>
background-color css
<style>
a { background-color: #E25BD9; }
a { background-color: rgb(226,91,217); }
div.DivClassName
{
background-color: #E25BD9;
}
.BgClassName
{
background-color: #E25BD9;
}
</style>
border-color css
<style>
span { border-color: #E25BD9; }
span { border-color: rgb(226,91,217); }
td.TdClassName
{
border-color: #E25BD9;
}
.TagClassName
{
border-color: #E25BD9;
}
</style>