Html Css Color HEX #E253C7 Free Speech Magenta
📋 copy color: '#E253C7'red 226 ◦ green 83 ◦ blue 199
Shades of Free Speech Magenta #E253C7
Tints of Free Speech Magenta #E253C7
RGB
CMYK
RGB Variations
Color information
#E253C7 (or 0xE253C7) is known color: Free Speech Magenta. HEX triplet: E2, 53 and C7. RGB value is (226,83,199). Sum of RGB (Red+Green+Blue) = 226+83+199=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E253C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253C7 is #1DAC38. Grayscale: #8A8A8A. Windows color (decimal): -1944633 or 13063138. OLE color: 13063138.
HSL color Cylindrical-coordinate representation of color #E253C7: hue angle of 311.33º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E253C7 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 199 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.11 |
| HSL | 311.33º | 0.71% | 0.61% | - |
| HSV(B) | 311.33º | 0.63% | 0.89% | - |
| XYZ | 44.77 | 26.48 | 56.78 | - |
| YUV | 138.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 199 | 0 | 0.63 | 0.12 | 0.11 | 311.33 | 0.71 | 0.61 |
| Hex | E2 | 53 | C7 | 0 | 3F | C | B | 137 | 47 | 3D |
| Octal | 342 | 123 | 307 | 0 | 77 | 14 | 13 | 467 | 107 | 75 |
| Binary | 11100010 | 1010011 | 11000111 | 0 | 111111 | 1100 | 1011 | 100110111 | 1000111 | 111101 |
Color Harmonies of #E253C7
Complementary color
Monochromatic Colors of #E253C7
Black with #E253C7
Text Example
Text Example
White with #E253C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253C7; }
p { color: rgb(226,83,199); }
H1.HeaderClassName
{
color: #E253C7;
}
.AnyTagClassName
{
color: #E253C7;
}
</style>
background-color css
<style>
a { background-color: #E253C7; }
a { background-color: rgb(226,83,199); }
div.DivClassName
{
background-color: #E253C7;
}
.BgClassName
{
background-color: #E253C7;
}
</style>
border-color css
<style>
span { border-color: #E253C7; }
span { border-color: rgb(226,83,199); }
td.TdClassName
{
border-color: #E253C7;
}
.TagClassName
{
border-color: #E253C7;
}
</style>