Html Css Color HEX #E25BD4 Free Speech Magenta
📋 copy color: '#E25BD4'red 226 ◦ green 91 ◦ blue 212
Shades of Free Speech Magenta #E25BD4
Tints of Free Speech Magenta #E25BD4
RGB
CMYK
RGB Variations
Color information
#E25BD4 (or 0xE25BD4) is known color: Free Speech Magenta. HEX triplet: E2, 5B and D4. RGB value is (226,91,212). Sum of RGB (Red+Green+Blue) = 226+91+212=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BD4 is #1DA42B. Grayscale: #909090. Windows color (decimal): -1942572 or 13917154. OLE color: 13917154.
HSL color Cylindrical-coordinate representation of color #E25BD4: hue angle of 306.22º 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 #E25BD4 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 212 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.11 |
| HSL | 306.22º | 0.7% | 0.62% | - |
| HSV(B) | 306.22º | 0.6% | 0.89% | - |
| XYZ | 46.99 | 28.4 | 65.29 | - |
| YUV | 145.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 212 | 0 | 0.60 | 0.06 | 0.11 | 306.22 | 0.7 | 0.62 |
| Hex | E2 | 5B | D4 | 0 | 3C | 6 | B | 132 | 46 | 3E |
| Octal | 342 | 133 | 324 | 0 | 74 | 6 | 13 | 462 | 106 | 76 |
| Binary | 11100010 | 1011011 | 11010100 | 0 | 111100 | 110 | 1011 | 100110010 | 1000110 | 111110 |
Color Harmonies of #E25BD4
Complementary color
Monochromatic Colors of #E25BD4
Black with #E25BD4
Text Example
Text Example
White with #E25BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BD4; }
p { color: rgb(226,91,212); }
H1.HeaderClassName
{
color: #E25BD4;
}
.AnyTagClassName
{
color: #E25BD4;
}
</style>
background-color css
<style>
a { background-color: #E25BD4; }
a { background-color: rgb(226,91,212); }
div.DivClassName
{
background-color: #E25BD4;
}
.BgClassName
{
background-color: #E25BD4;
}
</style>
border-color css
<style>
span { border-color: #E25BD4; }
span { border-color: rgb(226,91,212); }
td.TdClassName
{
border-color: #E25BD4;
}
.TagClassName
{
border-color: #E25BD4;
}
</style>