Html Css Color HEX #E25BDB Free Speech Magenta
📋 copy color: '#E25BDB'red 226 ◦ green 91 ◦ blue 219
Shades of Free Speech Magenta #E25BDB
Tints of Free Speech Magenta #E25BDB
RGB
CMYK
RGB Variations
Color information
#E25BDB (or 0xE25BDB) is known color: Free Speech Magenta. HEX triplet: E2, 5B and DB. RGB value is (226,91,219). Sum of RGB (Red+Green+Blue) = 226+91+219=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BDB is #1DA424. Grayscale: #919191. Windows color (decimal): -1942565 or 14375906. OLE color: 14375906.
HSL color Cylindrical-coordinate representation of color #E25BDB: hue angle of 303.11º 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 #E25BDB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 219 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.11 |
| HSL | 303.11º | 0.7% | 0.62% | - |
| HSV(B) | 303.11º | 0.6% | 0.89% | - |
| XYZ | 47.89 | 28.77 | 70.05 | - |
| YUV | 145.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 219 | 0 | 0.60 | 0.03 | 0.11 | 303.11 | 0.7 | 0.62 |
| Hex | E2 | 5B | DB | 0 | 3C | 3 | B | 12F | 46 | 3E |
| Octal | 342 | 133 | 333 | 0 | 74 | 3 | 13 | 457 | 106 | 76 |
| Binary | 11100010 | 1011011 | 11011011 | 0 | 111100 | 11 | 1011 | 100101111 | 1000110 | 111110 |
Color Harmonies of #E25BDB
Complementary color
Monochromatic Colors of #E25BDB
Black with #E25BDB
Text Example
Text Example
White with #E25BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BDB; }
p { color: rgb(226,91,219); }
H1.HeaderClassName
{
color: #E25BDB;
}
.AnyTagClassName
{
color: #E25BDB;
}
</style>
background-color css
<style>
a { background-color: #E25BDB; }
a { background-color: rgb(226,91,219); }
div.DivClassName
{
background-color: #E25BDB;
}
.BgClassName
{
background-color: #E25BDB;
}
</style>
border-color css
<style>
span { border-color: #E25BDB; }
span { border-color: rgb(226,91,219); }
td.TdClassName
{
border-color: #E25BDB;
}
.TagClassName
{
border-color: #E25BDB;
}
</style>