Html Css Color HEX #E440CC Free Speech Magenta
📋 copy color: '#E440CC'red 228 ◦ green 64 ◦ blue 204
Shades of Free Speech Magenta #E440CC
Tints of Free Speech Magenta #E440CC
RGB
CMYK
RGB Variations
Color information
#E440CC (or 0xE440CC) is known color: Free Speech Magenta. HEX triplet: E4, 40 and CC. RGB value is (228,64,204). Sum of RGB (Red+Green+Blue) = 228+64+204=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E440CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E440CC is #1BBF33. Grayscale: #808080. Windows color (decimal): -1818420 or 13385956. OLE color: 13385956.
HSL color Cylindrical-coordinate representation of color #E440CC: hue angle of 308.78º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E440CC is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 204 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.11 |
| HSL | 308.78º | 0.75% | 0.57% | - |
| HSV(B) | 308.78º | 0.72% | 0.89% | - |
| XYZ | 44.73 | 24.52 | 59.5 | - |
| YUV | 129 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 204 | 0 | 0.72 | 0.11 | 0.11 | 308.78 | 0.75 | 0.57 |
| Hex | E4 | 40 | CC | 0 | 48 | B | B | 135 | 4B | 39 |
| Octal | 344 | 100 | 314 | 0 | 110 | 13 | 13 | 465 | 113 | 71 |
| Binary | 11100100 | 1000000 | 11001100 | 0 | 1001000 | 1011 | 1011 | 100110101 | 1001011 | 111001 |
Color Harmonies of #E440CC
Complementary color
Monochromatic Colors of #E440CC
Black with #E440CC
Text Example
Text Example
White with #E440CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E440CC; }
p { color: rgb(228,64,204); }
H1.HeaderClassName
{
color: #E440CC;
}
.AnyTagClassName
{
color: #E440CC;
}
</style>
background-color css
<style>
a { background-color: #E440CC; }
a { background-color: rgb(228,64,204); }
div.DivClassName
{
background-color: #E440CC;
}
.BgClassName
{
background-color: #E440CC;
}
</style>
border-color css
<style>
span { border-color: #E440CC; }
span { border-color: rgb(228,64,204); }
td.TdClassName
{
border-color: #E440CC;
}
.TagClassName
{
border-color: #E440CC;
}
</style>