Html Css Color HEX #E358CF Free Speech Magenta
📋 copy color: '#E358CF'red 227 ◦ green 88 ◦ blue 207
Shades of Free Speech Magenta #E358CF
Tints of Free Speech Magenta #E358CF
RGB
CMYK
RGB Variations
Color information
#E358CF (or 0xE358CF) is known color: Free Speech Magenta. HEX triplet: E3, 58 and CF. RGB value is (227,88,207). Sum of RGB (Red+Green+Blue) = 227+88+207=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E358CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358CF is #1CA730. Grayscale: #8E8E8E. Windows color (decimal): -1877809 or 13588707. OLE color: 13588707.
HSL color Cylindrical-coordinate representation of color #E358CF: hue angle of 308.63º 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 #E358CF is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 207 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.11 |
| HSL | 308.63º | 0.71% | 0.62% | - |
| HSV(B) | 308.63º | 0.61% | 0.89% | - |
| XYZ | 46.43 | 27.82 | 61.95 | - |
| YUV | 143.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 207 | 0 | 0.61 | 0.09 | 0.11 | 308.63 | 0.71 | 0.62 |
| Hex | E3 | 58 | CF | 0 | 3D | 9 | B | 135 | 47 | 3E |
| Octal | 343 | 130 | 317 | 0 | 75 | 11 | 13 | 465 | 107 | 76 |
| Binary | 11100011 | 1011000 | 11001111 | 0 | 111101 | 1001 | 1011 | 100110101 | 1000111 | 111110 |
Color Harmonies of #E358CF
Complementary color
Monochromatic Colors of #E358CF
Black with #E358CF
Text Example
Text Example
White with #E358CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E358CF; }
p { color: rgb(227,88,207); }
H1.HeaderClassName
{
color: #E358CF;
}
.AnyTagClassName
{
color: #E358CF;
}
</style>
background-color css
<style>
a { background-color: #E358CF; }
a { background-color: rgb(227,88,207); }
div.DivClassName
{
background-color: #E358CF;
}
.BgClassName
{
background-color: #E358CF;
}
</style>
border-color css
<style>
span { border-color: #E358CF; }
span { border-color: rgb(227,88,207); }
td.TdClassName
{
border-color: #E358CF;
}
.TagClassName
{
border-color: #E358CF;
}
</style>