Html Css Color HEX #E350CC Free Speech Magenta
📋 copy color: '#E350CC'red 227 ◦ green 80 ◦ blue 204
Shades of Free Speech Magenta #E350CC
Tints of Free Speech Magenta #E350CC
RGB
CMYK
RGB Variations
Color information
#E350CC (or 0xE350CC) is known color: Free Speech Magenta. HEX triplet: E3, 50 and CC. RGB value is (227,80,204). Sum of RGB (Red+Green+Blue) = 227+80+204=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E350CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350CC is #1CAF33. Grayscale: #898989. Windows color (decimal): -1879860 or 13390051. OLE color: 13390051.
HSL color Cylindrical-coordinate representation of color #E350CC: hue angle of 309.39º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E350CC is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 204 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.11 |
| HSL | 309.39º | 0.72% | 0.6% | - |
| HSV(B) | 309.39º | 0.65% | 0.89% | - |
| XYZ | 45.45 | 26.43 | 59.83 | - |
| YUV | 138.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 204 | 0 | 0.65 | 0.10 | 0.11 | 309.39 | 0.72 | 0.6 |
| Hex | E3 | 50 | CC | 0 | 41 | A | B | 135 | 48 | 3C |
| Octal | 343 | 120 | 314 | 0 | 101 | 12 | 13 | 465 | 110 | 74 |
| Binary | 11100011 | 1010000 | 11001100 | 0 | 1000001 | 1010 | 1011 | 100110101 | 1001000 | 111100 |
Color Harmonies of #E350CC
Complementary color
Monochromatic Colors of #E350CC
Black with #E350CC
Text Example
Text Example
White with #E350CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350CC; }
p { color: rgb(227,80,204); }
H1.HeaderClassName
{
color: #E350CC;
}
.AnyTagClassName
{
color: #E350CC;
}
</style>
background-color css
<style>
a { background-color: #E350CC; }
a { background-color: rgb(227,80,204); }
div.DivClassName
{
background-color: #E350CC;
}
.BgClassName
{
background-color: #E350CC;
}
</style>
border-color css
<style>
span { border-color: #E350CC; }
span { border-color: rgb(227,80,204); }
td.TdClassName
{
border-color: #E350CC;
}
.TagClassName
{
border-color: #E350CC;
}
</style>