Html Css Color HEX #E353CD Free Speech Magenta
📋 copy color: '#E353CD'red 227 ◦ green 83 ◦ blue 205
Shades of Free Speech Magenta #E353CD
Tints of Free Speech Magenta #E353CD
RGB
CMYK
RGB Variations
Color information
#E353CD (or 0xE353CD) is known color: Free Speech Magenta. HEX triplet: E3, 53 and CD. RGB value is (227,83,205). Sum of RGB (Red+Green+Blue) = 227+83+205=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E353CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353CD is #1CAC32. Grayscale: #8B8B8B. Windows color (decimal): -1879091 or 13456355. OLE color: 13456355.
HSL color Cylindrical-coordinate representation of color #E353CD: hue angle of 309.17º degrees, saturation: 0.72, 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 #E353CD is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 205 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.11 |
| HSL | 309.17º | 0.72% | 0.61% | - |
| HSV(B) | 309.17º | 0.63% | 0.89% | - |
| XYZ | 45.79 | 26.93 | 60.54 | - |
| YUV | 139.96 | 164.71 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 205 | 0 | 0.63 | 0.10 | 0.11 | 309.17 | 0.72 | 0.61 |
| Hex | E3 | 53 | CD | 0 | 3F | A | B | 135 | 48 | 3D |
| Octal | 343 | 123 | 315 | 0 | 77 | 12 | 13 | 465 | 110 | 75 |
| Binary | 11100011 | 1010011 | 11001101 | 0 | 111111 | 1010 | 1011 | 100110101 | 1001000 | 111101 |
Color Harmonies of #E353CD
Complementary color
Monochromatic Colors of #E353CD
Black with #E353CD
Text Example
Text Example
White with #E353CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353CD; }
p { color: rgb(227,83,205); }
H1.HeaderClassName
{
color: #E353CD;
}
.AnyTagClassName
{
color: #E353CD;
}
</style>
background-color css
<style>
a { background-color: #E353CD; }
a { background-color: rgb(227,83,205); }
div.DivClassName
{
background-color: #E353CD;
}
.BgClassName
{
background-color: #E353CD;
}
</style>
border-color css
<style>
span { border-color: #E353CD; }
span { border-color: rgb(227,83,205); }
td.TdClassName
{
border-color: #E353CD;
}
.TagClassName
{
border-color: #E353CD;
}
</style>