Html Css Color HEX #E355D2 Free Speech Magenta
📋 copy color: '#E355D2'red 227 ◦ green 85 ◦ blue 210
Shades of Free Speech Magenta #E355D2
Tints of Free Speech Magenta #E355D2
RGB
CMYK
RGB Variations
Color information
#E355D2 (or 0xE355D2) is known color: Free Speech Magenta. HEX triplet: E3, 55 and D2. RGB value is (227,85,210). Sum of RGB (Red+Green+Blue) = 227+85+210=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E355D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355D2 is #1CAA2D. Grayscale: #8D8D8D. Windows color (decimal): -1878574 or 13784547. OLE color: 13784547.
HSL color Cylindrical-coordinate representation of color #E355D2: hue angle of 307.18º 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 #E355D2 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 210 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.11 |
| HSL | 307.18º | 0.72% | 0.61% | - |
| HSV(B) | 307.18º | 0.63% | 0.89% | - |
| XYZ | 46.56 | 27.48 | 63.82 | - |
| YUV | 141.71 | 166.54 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 210 | 0 | 0.63 | 0.07 | 0.11 | 307.18 | 0.72 | 0.61 |
| Hex | E3 | 55 | D2 | 0 | 3F | 7 | B | 133 | 48 | 3D |
| Octal | 343 | 125 | 322 | 0 | 77 | 7 | 13 | 463 | 110 | 75 |
| Binary | 11100011 | 1010101 | 11010010 | 0 | 111111 | 111 | 1011 | 100110011 | 1001000 | 111101 |
Color Harmonies of #E355D2
Complementary color
Monochromatic Colors of #E355D2
Black with #E355D2
Text Example
Text Example
White with #E355D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355D2; }
p { color: rgb(227,85,210); }
H1.HeaderClassName
{
color: #E355D2;
}
.AnyTagClassName
{
color: #E355D2;
}
</style>
background-color css
<style>
a { background-color: #E355D2; }
a { background-color: rgb(227,85,210); }
div.DivClassName
{
background-color: #E355D2;
}
.BgClassName
{
background-color: #E355D2;
}
</style>
border-color css
<style>
span { border-color: #E355D2; }
span { border-color: rgb(227,85,210); }
td.TdClassName
{
border-color: #E355D2;
}
.TagClassName
{
border-color: #E355D2;
}
</style>