Html Css Color HEX #E25BCD Free Speech Magenta
📋 copy color: '#E25BCD'red 226 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #E25BCD
Tints of Free Speech Magenta #E25BCD
RGB
CMYK
RGB Variations
Color information
#E25BCD (or 0xE25BCD) is known color: Free Speech Magenta. HEX triplet: E2, 5B and CD. RGB value is (226,91,205). Sum of RGB (Red+Green+Blue) = 226+91+205=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BCD is #1DA432. Grayscale: #909090. Windows color (decimal): -1942579 or 13458402. OLE color: 13458402.
HSL color Cylindrical-coordinate representation of color #E25BCD: hue angle of 309.33º 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 #E25BCD is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 205 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.11 |
| HSL | 309.33º | 0.7% | 0.62% | - |
| HSV(B) | 309.33º | 0.6% | 0.89% | - |
| XYZ | 46.12 | 28.06 | 60.74 | - |
| YUV | 144.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 205 | 0 | 0.60 | 0.09 | 0.11 | 309.33 | 0.7 | 0.62 |
| Hex | E2 | 5B | CD | 0 | 3C | 9 | B | 135 | 46 | 3E |
| Octal | 342 | 133 | 315 | 0 | 74 | 11 | 13 | 465 | 106 | 76 |
| Binary | 11100010 | 1011011 | 11001101 | 0 | 111100 | 1001 | 1011 | 100110101 | 1000110 | 111110 |
Color Harmonies of #E25BCD
Complementary color
Monochromatic Colors of #E25BCD
Black with #E25BCD
Text Example
Text Example
White with #E25BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BCD; }
p { color: rgb(226,91,205); }
H1.HeaderClassName
{
color: #E25BCD;
}
.AnyTagClassName
{
color: #E25BCD;
}
</style>
background-color css
<style>
a { background-color: #E25BCD; }
a { background-color: rgb(226,91,205); }
div.DivClassName
{
background-color: #E25BCD;
}
.BgClassName
{
background-color: #E25BCD;
}
</style>
border-color css
<style>
span { border-color: #E25BCD; }
span { border-color: rgb(226,91,205); }
td.TdClassName
{
border-color: #E25BCD;
}
.TagClassName
{
border-color: #E25BCD;
}
</style>