Html Css Color HEX #E350CD Free Speech Magenta
📋 copy color: '#E350CD'red 227 ◦ green 80 ◦ blue 205
Shades of Free Speech Magenta #E350CD
Tints of Free Speech Magenta #E350CD
RGB
CMYK
RGB Variations
Color information
#E350CD (or 0xE350CD) is known color: Free Speech Magenta. HEX triplet: E3, 50 and CD. RGB value is (227,80,205). Sum of RGB (Red+Green+Blue) = 227+80+205=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E350CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350CD is #1CAF32. Grayscale: #898989. Windows color (decimal): -1879859 or 13455587. OLE color: 13455587.
HSL color Cylindrical-coordinate representation of color #E350CD: hue angle of 308.98º 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 #E350CD is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 205 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.11 |
| HSL | 308.98º | 0.72% | 0.6% | - |
| HSV(B) | 308.98º | 0.65% | 0.89% | - |
| XYZ | 45.57 | 26.48 | 60.47 | - |
| YUV | 138.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 205 | 0 | 0.65 | 0.10 | 0.11 | 308.98 | 0.72 | 0.6 |
| Hex | E3 | 50 | CD | 0 | 41 | A | B | 135 | 48 | 3C |
| Octal | 343 | 120 | 315 | 0 | 101 | 12 | 13 | 465 | 110 | 74 |
| Binary | 11100011 | 1010000 | 11001101 | 0 | 1000001 | 1010 | 1011 | 100110101 | 1001000 | 111100 |
Color Harmonies of #E350CD
Complementary color
Monochromatic Colors of #E350CD
Black with #E350CD
Text Example
Text Example
White with #E350CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350CD; }
p { color: rgb(227,80,205); }
H1.HeaderClassName
{
color: #E350CD;
}
.AnyTagClassName
{
color: #E350CD;
}
</style>
background-color css
<style>
a { background-color: #E350CD; }
a { background-color: rgb(227,80,205); }
div.DivClassName
{
background-color: #E350CD;
}
.BgClassName
{
background-color: #E350CD;
}
</style>
border-color css
<style>
span { border-color: #E350CD; }
span { border-color: rgb(227,80,205); }
td.TdClassName
{
border-color: #E350CD;
}
.TagClassName
{
border-color: #E350CD;
}
</style>