Html Css Color HEX #E25CBC Free Speech Magenta
📋 copy color: '#E25CBC'red 226 ◦ green 92 ◦ blue 188
Shades of Free Speech Magenta #E25CBC
Tints of Free Speech Magenta #E25CBC
RGB
CMYK
RGB Variations
Color information
#E25CBC (or 0xE25CBC) is known color: Free Speech Magenta. HEX triplet: E2, 5C and BC. RGB value is (226,92,188). Sum of RGB (Red+Green+Blue) = 226+92+188=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25CBC is #1DA343. Grayscale: #8E8E8E. Windows color (decimal): -1942340 or 12344546. OLE color: 12344546.
HSL color Cylindrical-coordinate representation of color #E25CBC: hue angle of 317.01º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25CBC is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 188 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.11 |
| HSL | 317.01º | 0.7% | 0.62% | - |
| HSV(B) | 317.01º | 0.59% | 0.89% | - |
| XYZ | 44.27 | 27.45 | 50.54 | - |
| YUV | 143.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 188 | 0 | 0.59 | 0.17 | 0.11 | 317.01 | 0.7 | 0.62 |
| Hex | E2 | 5C | BC | 0 | 3B | 11 | B | 13D | 46 | 3E |
| Octal | 342 | 134 | 274 | 0 | 73 | 21 | 13 | 475 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10111100 | 0 | 111011 | 10001 | 1011 | 100111101 | 1000110 | 111110 |
Color Harmonies of #E25CBC
Complementary color
Monochromatic Colors of #E25CBC
Black with #E25CBC
Text Example
Text Example
White with #E25CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CBC; }
p { color: rgb(226,92,188); }
H1.HeaderClassName
{
color: #E25CBC;
}
.AnyTagClassName
{
color: #E25CBC;
}
</style>
background-color css
<style>
a { background-color: #E25CBC; }
a { background-color: rgb(226,92,188); }
div.DivClassName
{
background-color: #E25CBC;
}
.BgClassName
{
background-color: #E25CBC;
}
</style>
border-color css
<style>
span { border-color: #E25CBC; }
span { border-color: rgb(226,92,188); }
td.TdClassName
{
border-color: #E25CBC;
}
.TagClassName
{
border-color: #E25CBC;
}
</style>