Html Css Color HEX #E25BD1 Free Speech Magenta
📋 copy color: '#E25BD1'red 226 ◦ green 91 ◦ blue 209
Shades of Free Speech Magenta #E25BD1
Tints of Free Speech Magenta #E25BD1
RGB
CMYK
RGB Variations
Color information
#E25BD1 (or 0xE25BD1) is known color: Free Speech Magenta. HEX triplet: E2, 5B and D1. RGB value is (226,91,209). Sum of RGB (Red+Green+Blue) = 226+91+209=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BD1 is #1DA42E. Grayscale: #909090. Windows color (decimal): -1942575 or 13720546. OLE color: 13720546.
HSL color Cylindrical-coordinate representation of color #E25BD1: hue angle of 307.56º 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 #E25BD1 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 209 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.11 |
| HSL | 307.56º | 0.7% | 0.62% | - |
| HSV(B) | 307.56º | 0.6% | 0.89% | - |
| XYZ | 46.61 | 28.25 | 63.32 | - |
| YUV | 144.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 209 | 0 | 0.60 | 0.08 | 0.11 | 307.56 | 0.7 | 0.62 |
| Hex | E2 | 5B | D1 | 0 | 3C | 8 | B | 134 | 46 | 3E |
| Octal | 342 | 133 | 321 | 0 | 74 | 10 | 13 | 464 | 106 | 76 |
| Binary | 11100010 | 1011011 | 11010001 | 0 | 111100 | 1000 | 1011 | 100110100 | 1000110 | 111110 |
Color Harmonies of #E25BD1
Complementary color
Monochromatic Colors of #E25BD1
Black with #E25BD1
Text Example
Text Example
White with #E25BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BD1; }
p { color: rgb(226,91,209); }
H1.HeaderClassName
{
color: #E25BD1;
}
.AnyTagClassName
{
color: #E25BD1;
}
</style>
background-color css
<style>
a { background-color: #E25BD1; }
a { background-color: rgb(226,91,209); }
div.DivClassName
{
background-color: #E25BD1;
}
.BgClassName
{
background-color: #E25BD1;
}
</style>
border-color css
<style>
span { border-color: #E25BD1; }
span { border-color: rgb(226,91,209); }
td.TdClassName
{
border-color: #E25BD1;
}
.TagClassName
{
border-color: #E25BD1;
}
</style>