Html Css Color HEX #E350C7 Free Speech Magenta
📋 copy color: '#E350C7'red 227 ◦ green 80 ◦ blue 199
Shades of Free Speech Magenta #E350C7
Tints of Free Speech Magenta #E350C7
RGB
CMYK
RGB Variations
Color information
#E350C7 (or 0xE350C7) is known color: Free Speech Magenta. HEX triplet: E3, 50 and C7. RGB value is (227,80,199). Sum of RGB (Red+Green+Blue) = 227+80+199=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E350C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350C7 is #1CAF38. Grayscale: #898989. Windows color (decimal): -1879865 or 13062371. OLE color: 13062371.
HSL color Cylindrical-coordinate representation of color #E350C7: hue angle of 311.43º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E350C7 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 199 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.11 |
| HSL | 311.43º | 0.72% | 0.6% | - |
| HSV(B) | 311.43º | 0.65% | 0.89% | - |
| XYZ | 44.86 | 26.19 | 56.72 | - |
| YUV | 137.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 199 | 0 | 0.65 | 0.12 | 0.11 | 311.43 | 0.72 | 0.6 |
| Hex | E3 | 50 | C7 | 0 | 41 | C | B | 137 | 48 | 3C |
| Octal | 343 | 120 | 307 | 0 | 101 | 14 | 13 | 467 | 110 | 74 |
| Binary | 11100011 | 1010000 | 11000111 | 0 | 1000001 | 1100 | 1011 | 100110111 | 1001000 | 111100 |
Color Harmonies of #E350C7
Complementary color
Monochromatic Colors of #E350C7
Black with #E350C7
Text Example
Text Example
White with #E350C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350C7; }
p { color: rgb(227,80,199); }
H1.HeaderClassName
{
color: #E350C7;
}
.AnyTagClassName
{
color: #E350C7;
}
</style>
background-color css
<style>
a { background-color: #E350C7; }
a { background-color: rgb(227,80,199); }
div.DivClassName
{
background-color: #E350C7;
}
.BgClassName
{
background-color: #E350C7;
}
</style>
border-color css
<style>
span { border-color: #E350C7; }
span { border-color: rgb(227,80,199); }
td.TdClassName
{
border-color: #E350C7;
}
.TagClassName
{
border-color: #E350C7;
}
</style>