Html Css Color HEX #E25ECB Free Speech Magenta
📋 copy color: '#E25ECB'red 226 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #E25ECB
Tints of Free Speech Magenta #E25ECB
RGB
CMYK
RGB Variations
Color information
#E25ECB (or 0xE25ECB) is known color: Free Speech Magenta. HEX triplet: E2, 5E and CB. RGB value is (226,94,203). Sum of RGB (Red+Green+Blue) = 226+94+203=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ECB is #1DA134. Grayscale: #919191. Windows color (decimal): -1941813 or 13328098. OLE color: 13328098.
HSL color Cylindrical-coordinate representation of color #E25ECB: hue angle of 310.45º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25ECB is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 203 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.11 |
| HSL | 310.45º | 0.69% | 0.63% | - |
| HSV(B) | 310.45º | 0.58% | 0.89% | - |
| XYZ | 46.15 | 28.49 | 59.57 | - |
| YUV | 145.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 203 | 0 | 0.58 | 0.10 | 0.11 | 310.45 | 0.69 | 0.63 |
| Hex | E2 | 5E | CB | 0 | 3A | A | B | 136 | 45 | 3F |
| Octal | 342 | 136 | 313 | 0 | 72 | 12 | 13 | 466 | 105 | 77 |
| Binary | 11100010 | 1011110 | 11001011 | 0 | 111010 | 1010 | 1011 | 100110110 | 1000101 | 111111 |
Color Harmonies of #E25ECB
Complementary color
Monochromatic Colors of #E25ECB
Black with #E25ECB
Text Example
Text Example
White with #E25ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25ECB; }
p { color: rgb(226,94,203); }
H1.HeaderClassName
{
color: #E25ECB;
}
.AnyTagClassName
{
color: #E25ECB;
}
</style>
background-color css
<style>
a { background-color: #E25ECB; }
a { background-color: rgb(226,94,203); }
div.DivClassName
{
background-color: #E25ECB;
}
.BgClassName
{
background-color: #E25ECB;
}
</style>
border-color css
<style>
span { border-color: #E25ECB; }
span { border-color: rgb(226,94,203); }
td.TdClassName
{
border-color: #E25ECB;
}
.TagClassName
{
border-color: #E25ECB;
}
</style>