Html Css Color HEX #E241CF Free Speech Magenta
📋 copy color: '#E241CF'red 226 ◦ green 65 ◦ blue 207
Shades of Free Speech Magenta #E241CF
Tints of Free Speech Magenta #E241CF
RGB
CMYK
RGB Variations
Color information
#E241CF (or 0xE241CF) is known color: Free Speech Magenta. HEX triplet: E2, 41 and CF. RGB value is (226,65,207). Sum of RGB (Red+Green+Blue) = 226+65+207=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E241CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241CF is #1DBE30. Grayscale: #808080. Windows color (decimal): -1949233 or 13582818. OLE color: 13582818.
HSL color Cylindrical-coordinate representation of color #E241CF: hue angle of 307.08º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E241CF is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 207 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.11 |
| HSL | 307.08º | 0.74% | 0.57% | - |
| HSV(B) | 307.08º | 0.71% | 0.89% | - |
| XYZ | 44.52 | 24.45 | 61.41 | - |
| YUV | 129.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 207 | 0 | 0.71 | 0.08 | 0.11 | 307.08 | 0.74 | 0.57 |
| Hex | E2 | 41 | CF | 0 | 47 | 8 | B | 133 | 4A | 39 |
| Octal | 342 | 101 | 317 | 0 | 107 | 10 | 13 | 463 | 112 | 71 |
| Binary | 11100010 | 1000001 | 11001111 | 0 | 1000111 | 1000 | 1011 | 100110011 | 1001010 | 111001 |
Color Harmonies of #E241CF
Complementary color
Monochromatic Colors of #E241CF
Black with #E241CF
Text Example
Text Example
White with #E241CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241CF; }
p { color: rgb(226,65,207); }
H1.HeaderClassName
{
color: #E241CF;
}
.AnyTagClassName
{
color: #E241CF;
}
</style>
background-color css
<style>
a { background-color: #E241CF; }
a { background-color: rgb(226,65,207); }
div.DivClassName
{
background-color: #E241CF;
}
.BgClassName
{
background-color: #E241CF;
}
</style>
border-color css
<style>
span { border-color: #E241CF; }
span { border-color: rgb(226,65,207); }
td.TdClassName
{
border-color: #E241CF;
}
.TagClassName
{
border-color: #E241CF;
}
</style>