Html Css Color HEX #E746CC Free Speech Magenta
📋 copy color: '#E746CC'red 231 ◦ green 70 ◦ blue 204
Shades of Free Speech Magenta #E746CC
Tints of Free Speech Magenta #E746CC
RGB
CMYK
RGB Variations
Color information
#E746CC (or 0xE746CC) is known color: Free Speech Magenta. HEX triplet: E7, 46 and CC. RGB value is (231,70,204). Sum of RGB (Red+Green+Blue) = 231+70+204=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E746CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746CC is #18B933. Grayscale: #858585. Windows color (decimal): -1620276 or 13387495. OLE color: 13387495.
HSL color Cylindrical-coordinate representation of color #E746CC: hue angle of 310.06º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E746CC is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 204 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.09 |
| HSL | 310.06º | 0.77% | 0.59% | - |
| HSV(B) | 310.06º | 0.7% | 0.91% | - |
| XYZ | 46.04 | 25.73 | 59.67 | - |
| YUV | 133.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 204 | 0 | 0.70 | 0.12 | 0.09 | 310.06 | 0.77 | 0.59 |
| Hex | E7 | 46 | CC | 0 | 46 | C | 9 | 136 | 4D | 3B |
| Octal | 347 | 106 | 314 | 0 | 106 | 14 | 11 | 466 | 115 | 73 |
| Binary | 11100111 | 1000110 | 11001100 | 0 | 1000110 | 1100 | 1001 | 100110110 | 1001101 | 111011 |
Color Harmonies of #E746CC
Complementary color
Monochromatic Colors of #E746CC
Black with #E746CC
Text Example
Text Example
White with #E746CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E746CC; }
p { color: rgb(231,70,204); }
H1.HeaderClassName
{
color: #E746CC;
}
.AnyTagClassName
{
color: #E746CC;
}
</style>
background-color css
<style>
a { background-color: #E746CC; }
a { background-color: rgb(231,70,204); }
div.DivClassName
{
background-color: #E746CC;
}
.BgClassName
{
background-color: #E746CC;
}
</style>
border-color css
<style>
span { border-color: #E746CC; }
span { border-color: rgb(231,70,204); }
td.TdClassName
{
border-color: #E746CC;
}
.TagClassName
{
border-color: #E746CC;
}
</style>