Html Css Color HEX #E355E6 Free Speech Magenta
📋 copy color: '#E355E6'red 227 ◦ green 85 ◦ blue 230
Shades of Free Speech Magenta #E355E6
Tints of Free Speech Magenta #E355E6
RGB
CMYK
RGB Variations
Color information
#E355E6 (or 0xE355E6) is known color: Free Speech Magenta. HEX triplet: E3, 55 and E6. RGB value is (227,85,230). Sum of RGB (Red+Green+Blue) = 227+85+230=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #E355E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355E6 is #1CAA19. Grayscale: #8F8F8F. Windows color (decimal): -1878554 or 15095267. OLE color: 15095267.
HSL color Cylindrical-coordinate representation of color #E355E6: hue angle of 298.76º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E355E6 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 85 | 230 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.10 |
| HSL | 298.76º | 0.74% | 0.62% | - |
| HSV(B) | 298.76º | 0.63% | 0.9% | - |
| XYZ | 49.21 | 28.54 | 77.78 | - |
| YUV | 143.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 230 | 0.01 | 0.63 | 0 | 0.10 | 298.76 | 0.74 | 0.62 |
| Hex | E3 | 55 | E6 | 1 | 3F | 0 | A | 12B | 4A | 3E |
| Octal | 343 | 125 | 346 | 1 | 77 | 0 | 12 | 453 | 112 | 76 |
| Binary | 11100011 | 1010101 | 11100110 | 1 | 111111 | 0 | 1010 | 100101011 | 1001010 | 111110 |
Color Harmonies of #E355E6
Complementary color
Monochromatic Colors of #E355E6
Black with #E355E6
Text Example
Text Example
White with #E355E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355E6; }
p { color: rgb(227,85,230); }
H1.HeaderClassName
{
color: #E355E6;
}
.AnyTagClassName
{
color: #E355E6;
}
</style>
background-color css
<style>
a { background-color: #E355E6; }
a { background-color: rgb(227,85,230); }
div.DivClassName
{
background-color: #E355E6;
}
.BgClassName
{
background-color: #E355E6;
}
</style>
border-color css
<style>
span { border-color: #E355E6; }
span { border-color: rgb(227,85,230); }
td.TdClassName
{
border-color: #E355E6;
}
.TagClassName
{
border-color: #E355E6;
}
</style>