Html Css Color HEX #E358CC Free Speech Magenta
📋 copy color: '#E358CC'red 227 ◦ green 88 ◦ blue 204
Shades of Free Speech Magenta #E358CC
Tints of Free Speech Magenta #E358CC
RGB
CMYK
RGB Variations
Color information
#E358CC (or 0xE358CC) is known color: Free Speech Magenta. HEX triplet: E3, 58 and CC. RGB value is (227,88,204). Sum of RGB (Red+Green+Blue) = 227+88+204=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E358CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358CC is #1CA733. Grayscale: #8E8E8E. Windows color (decimal): -1877812 or 13392099. OLE color: 13392099.
HSL color Cylindrical-coordinate representation of color #E358CC: hue angle of 309.93º 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 #E358CC is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 204 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.11 |
| HSL | 309.93º | 0.71% | 0.62% | - |
| HSV(B) | 309.93º | 0.61% | 0.89% | - |
| XYZ | 46.07 | 27.67 | 60.04 | - |
| YUV | 142.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 204 | 0 | 0.61 | 0.10 | 0.11 | 309.93 | 0.71 | 0.62 |
| Hex | E3 | 58 | CC | 0 | 3D | A | B | 136 | 47 | 3E |
| Octal | 343 | 130 | 314 | 0 | 75 | 12 | 13 | 466 | 107 | 76 |
| Binary | 11100011 | 1011000 | 11001100 | 0 | 111101 | 1010 | 1011 | 100110110 | 1000111 | 111110 |
Color Harmonies of #E358CC
Complementary color
Monochromatic Colors of #E358CC
Black with #E358CC
Text Example
Text Example
White with #E358CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E358CC; }
p { color: rgb(227,88,204); }
H1.HeaderClassName
{
color: #E358CC;
}
.AnyTagClassName
{
color: #E358CC;
}
</style>
background-color css
<style>
a { background-color: #E358CC; }
a { background-color: rgb(227,88,204); }
div.DivClassName
{
background-color: #E358CC;
}
.BgClassName
{
background-color: #E358CC;
}
</style>
border-color css
<style>
span { border-color: #E358CC; }
span { border-color: rgb(227,88,204); }
td.TdClassName
{
border-color: #E358CC;
}
.TagClassName
{
border-color: #E358CC;
}
</style>