Html Css Color HEX #E358D2 Free Speech Magenta
📋 copy color: '#E358D2'red 227 ◦ green 88 ◦ blue 210
Shades of Free Speech Magenta #E358D2
Tints of Free Speech Magenta #E358D2
RGB
CMYK
RGB Variations
Color information
#E358D2 (or 0xE358D2) is known color: Free Speech Magenta. HEX triplet: E3, 58 and D2. RGB value is (227,88,210). Sum of RGB (Red+Green+Blue) = 227+88+210=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E358D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358D2 is #1CA72D. Grayscale: #8F8F8F. Windows color (decimal): -1877806 or 13785315. OLE color: 13785315.
HSL color Cylindrical-coordinate representation of color #E358D2: hue angle of 307.34º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E358D2 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 210 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.11 |
| HSL | 307.34º | 0.71% | 0.62% | - |
| HSV(B) | 307.34º | 0.61% | 0.89% | - |
| XYZ | 46.8 | 27.96 | 63.9 | - |
| YUV | 143.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 210 | 0 | 0.61 | 0.07 | 0.11 | 307.34 | 0.71 | 0.62 |
| Hex | E3 | 58 | D2 | 0 | 3D | 7 | B | 133 | 47 | 3E |
| Octal | 343 | 130 | 322 | 0 | 75 | 7 | 13 | 463 | 107 | 76 |
| Binary | 11100011 | 1011000 | 11010010 | 0 | 111101 | 111 | 1011 | 100110011 | 1000111 | 111110 |
Color Harmonies of #E358D2
Complementary color
Monochromatic Colors of #E358D2
Black with #E358D2
Text Example
Text Example
White with #E358D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E358D2; }
p { color: rgb(227,88,210); }
H1.HeaderClassName
{
color: #E358D2;
}
.AnyTagClassName
{
color: #E358D2;
}
</style>
background-color css
<style>
a { background-color: #E358D2; }
a { background-color: rgb(227,88,210); }
div.DivClassName
{
background-color: #E358D2;
}
.BgClassName
{
background-color: #E358D2;
}
</style>
border-color css
<style>
span { border-color: #E358D2; }
span { border-color: rgb(227,88,210); }
td.TdClassName
{
border-color: #E358D2;
}
.TagClassName
{
border-color: #E358D2;
}
</style>