Html Css Color HEX #E65FCC Free Speech Magenta
📋 copy color: '#E65FCC'red 230 ◦ green 95 ◦ blue 204
Shades of Free Speech Magenta #E65FCC
Tints of Free Speech Magenta #E65FCC
RGB
CMYK
RGB Variations
Color information
#E65FCC (or 0xE65FCC) is known color: Free Speech Magenta. HEX triplet: E6, 5F and CC. RGB value is (230,95,204). Sum of RGB (Red+Green+Blue) = 230+95+204=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FCC is #19A033. Grayscale: #939393. Windows color (decimal): -1679412 or 13393894. OLE color: 13393894.
HSL color Cylindrical-coordinate representation of color #E65FCC: hue angle of 311.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65FCC is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 204 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.10 |
| HSL | 311.56º | 0.73% | 0.64% | - |
| HSV(B) | 311.56º | 0.59% | 0.9% | - |
| XYZ | 47.62 | 29.37 | 60.29 | - |
| YUV | 147.79 | 159.73 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 204 | 0 | 0.59 | 0.11 | 0.10 | 311.56 | 0.73 | 0.64 |
| Hex | E6 | 5F | CC | 0 | 3B | B | A | 138 | 49 | 40 |
| Octal | 346 | 137 | 314 | 0 | 73 | 13 | 12 | 470 | 111 | 100 |
| Binary | 11100110 | 1011111 | 11001100 | 0 | 111011 | 1011 | 1010 | 100111000 | 1001001 | 1000000 |
Color Harmonies of #E65FCC
Complementary color
Monochromatic Colors of #E65FCC
Black with #E65FCC
Text Example
Text Example
White with #E65FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FCC; }
p { color: rgb(230,95,204); }
H1.HeaderClassName
{
color: #E65FCC;
}
.AnyTagClassName
{
color: #E65FCC;
}
</style>
background-color css
<style>
a { background-color: #E65FCC; }
a { background-color: rgb(230,95,204); }
div.DivClassName
{
background-color: #E65FCC;
}
.BgClassName
{
background-color: #E65FCC;
}
</style>
border-color css
<style>
span { border-color: #E65FCC; }
span { border-color: rgb(230,95,204); }
td.TdClassName
{
border-color: #E65FCC;
}
.TagClassName
{
border-color: #E65FCC;
}
</style>