Html Css Color HEX #E364CC Free Speech Magenta
📋 copy color: '#E364CC'red 227 ◦ green 100 ◦ blue 204
Shades of Free Speech Magenta #E364CC
Tints of Free Speech Magenta #E364CC
RGB
CMYK
RGB Variations
Color information
#E364CC (or 0xE364CC) is known color: Free Speech Magenta. HEX triplet: E3, 64 and CC. RGB value is (227,100,204). Sum of RGB (Red+Green+Blue) = 227+100+204=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E364CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364CC is #1C9B33. Grayscale: #959595. Windows color (decimal): -1874740 or 13395171. OLE color: 13395171.
HSL color Cylindrical-coordinate representation of color #E364CC: hue angle of 310.87º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E364CC is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 100 | 204 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.11 |
| HSL | 310.87º | 0.69% | 0.64% | - |
| HSV(B) | 310.87º | 0.56% | 0.89% | - |
| XYZ | 47.13 | 29.8 | 60.4 | - |
| YUV | 149.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 204 | 0 | 0.56 | 0.10 | 0.11 | 310.87 | 0.69 | 0.64 |
| Hex | E3 | 64 | CC | 0 | 38 | A | B | 137 | 45 | 40 |
| Octal | 343 | 144 | 314 | 0 | 70 | 12 | 13 | 467 | 105 | 100 |
| Binary | 11100011 | 1100100 | 11001100 | 0 | 111000 | 1010 | 1011 | 100110111 | 1000101 | 1000000 |
Color Harmonies of #E364CC
Complementary color
Monochromatic Colors of #E364CC
Black with #E364CC
Text Example
Text Example
White with #E364CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E364CC; }
p { color: rgb(227,100,204); }
H1.HeaderClassName
{
color: #E364CC;
}
.AnyTagClassName
{
color: #E364CC;
}
</style>
background-color css
<style>
a { background-color: #E364CC; }
a { background-color: rgb(227,100,204); }
div.DivClassName
{
background-color: #E364CC;
}
.BgClassName
{
background-color: #E364CC;
}
</style>
border-color css
<style>
span { border-color: #E364CC; }
span { border-color: rgb(227,100,204); }
td.TdClassName
{
border-color: #E364CC;
}
.TagClassName
{
border-color: #E364CC;
}
</style>