Html Css Color HEX #E25ED3 Free Speech Magenta
📋 copy color: '#E25ED3'red 226 ◦ green 94 ◦ blue 211
Shades of Free Speech Magenta #E25ED3
Tints of Free Speech Magenta #E25ED3
RGB
CMYK
RGB Variations
Color information
#E25ED3 (or 0xE25ED3) is known color: Free Speech Magenta. HEX triplet: E2, 5E and D3. RGB value is (226,94,211). Sum of RGB (Red+Green+Blue) = 226+94+211=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ED3 is #1DA12C. Grayscale: #929292. Windows color (decimal): -1941805 or 13852386. OLE color: 13852386.
HSL color Cylindrical-coordinate representation of color #E25ED3: hue angle of 306.82º 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 #E25ED3 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 211 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.11 |
| HSL | 306.82º | 0.69% | 0.63% | - |
| HSV(B) | 306.82º | 0.58% | 0.89% | - |
| XYZ | 47.12 | 28.88 | 64.72 | - |
| YUV | 146.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 211 | 0 | 0.58 | 0.07 | 0.11 | 306.82 | 0.69 | 0.63 |
| Hex | E2 | 5E | D3 | 0 | 3A | 7 | B | 133 | 45 | 3F |
| Octal | 342 | 136 | 323 | 0 | 72 | 7 | 13 | 463 | 105 | 77 |
| Binary | 11100010 | 1011110 | 11010011 | 0 | 111010 | 111 | 1011 | 100110011 | 1000101 | 111111 |
Color Harmonies of #E25ED3
Complementary color
Monochromatic Colors of #E25ED3
Black with #E25ED3
Text Example
Text Example
White with #E25ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25ED3; }
p { color: rgb(226,94,211); }
H1.HeaderClassName
{
color: #E25ED3;
}
.AnyTagClassName
{
color: #E25ED3;
}
</style>
background-color css
<style>
a { background-color: #E25ED3; }
a { background-color: rgb(226,94,211); }
div.DivClassName
{
background-color: #E25ED3;
}
.BgClassName
{
background-color: #E25ED3;
}
</style>
border-color css
<style>
span { border-color: #E25ED3; }
span { border-color: rgb(226,94,211); }
td.TdClassName
{
border-color: #E25ED3;
}
.TagClassName
{
border-color: #E25ED3;
}
</style>