Html Css Color HEX #E25BDD Free Speech Magenta
📋 copy color: '#E25BDD'red 226 ◦ green 91 ◦ blue 221
Shades of Free Speech Magenta #E25BDD
Tints of Free Speech Magenta #E25BDD
RGB
CMYK
RGB Variations
Color information
#E25BDD (or 0xE25BDD) is known color: Free Speech Magenta. HEX triplet: E2, 5B and DD. RGB value is (226,91,221). Sum of RGB (Red+Green+Blue) = 226+91+221=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BDD is #1DA422. Grayscale: #919191. Windows color (decimal): -1942563 or 14506978. OLE color: 14506978.
HSL color Cylindrical-coordinate representation of color #E25BDD: hue angle of 302.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 #E25BDD is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 221 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.11 |
| HSL | 302.22º | 0.7% | 0.62% | - |
| HSV(B) | 302.22º | 0.6% | 0.89% | - |
| XYZ | 48.16 | 28.87 | 71.44 | - |
| YUV | 146.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 221 | 0 | 0.60 | 0.02 | 0.11 | 302.22 | 0.7 | 0.62 |
| Hex | E2 | 5B | DD | 0 | 3C | 2 | B | 12E | 46 | 3E |
| Octal | 342 | 133 | 335 | 0 | 74 | 2 | 13 | 456 | 106 | 76 |
| Binary | 11100010 | 1011011 | 11011101 | 0 | 111100 | 10 | 1011 | 100101110 | 1000110 | 111110 |
Color Harmonies of #E25BDD
Complementary color
Monochromatic Colors of #E25BDD
Black with #E25BDD
Text Example
Text Example
White with #E25BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BDD; }
p { color: rgb(226,91,221); }
H1.HeaderClassName
{
color: #E25BDD;
}
.AnyTagClassName
{
color: #E25BDD;
}
</style>
background-color css
<style>
a { background-color: #E25BDD; }
a { background-color: rgb(226,91,221); }
div.DivClassName
{
background-color: #E25BDD;
}
.BgClassName
{
background-color: #E25BDD;
}
</style>
border-color css
<style>
span { border-color: #E25BDD; }
span { border-color: rgb(226,91,221); }
td.TdClassName
{
border-color: #E25BDD;
}
.TagClassName
{
border-color: #E25BDD;
}
</style>