Html Css Color HEX #E25BCC Free Speech Magenta
📋 copy color: '#E25BCC'red 226 ◦ green 91 ◦ blue 204
Shades of Free Speech Magenta #E25BCC
Tints of Free Speech Magenta #E25BCC
RGB
CMYK
RGB Variations
Color information
#E25BCC (or 0xE25BCC) is known color: Free Speech Magenta. HEX triplet: E2, 5B and CC. RGB value is (226,91,204). Sum of RGB (Red+Green+Blue) = 226+91+204=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25BCC is #1DA433. Grayscale: #8F8F8F. Windows color (decimal): -1942580 or 13392866. OLE color: 13392866.
HSL color Cylindrical-coordinate representation of color #E25BCC: hue angle of 309.78º 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 #E25BCC is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 204 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.11 |
| HSL | 309.78º | 0.7% | 0.62% | - |
| HSV(B) | 309.78º | 0.6% | 0.89% | - |
| XYZ | 46 | 28.01 | 60.11 | - |
| YUV | 144.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 204 | 0 | 0.60 | 0.10 | 0.11 | 309.78 | 0.7 | 0.62 |
| Hex | E2 | 5B | CC | 0 | 3C | A | B | 136 | 46 | 3E |
| Octal | 342 | 133 | 314 | 0 | 74 | 12 | 13 | 466 | 106 | 76 |
| Binary | 11100010 | 1011011 | 11001100 | 0 | 111100 | 1010 | 1011 | 100110110 | 1000110 | 111110 |
Color Harmonies of #E25BCC
Complementary color
Monochromatic Colors of #E25BCC
Black with #E25BCC
Text Example
Text Example
White with #E25BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BCC; }
p { color: rgb(226,91,204); }
H1.HeaderClassName
{
color: #E25BCC;
}
.AnyTagClassName
{
color: #E25BCC;
}
</style>
background-color css
<style>
a { background-color: #E25BCC; }
a { background-color: rgb(226,91,204); }
div.DivClassName
{
background-color: #E25BCC;
}
.BgClassName
{
background-color: #E25BCC;
}
</style>
border-color css
<style>
span { border-color: #E25BCC; }
span { border-color: rgb(226,91,204); }
td.TdClassName
{
border-color: #E25BCC;
}
.TagClassName
{
border-color: #E25BCC;
}
</style>