Html Css Color HEX #E65DCC Free Speech Magenta
📋 copy color: '#E65DCC'red 230 ◦ green 93 ◦ blue 204
Shades of Free Speech Magenta #E65DCC
Tints of Free Speech Magenta #E65DCC
RGB
CMYK
RGB Variations
Color information
#E65DCC (or 0xE65DCC) is known color: Free Speech Magenta. HEX triplet: E6, 5D and CC. RGB value is (230,93,204). Sum of RGB (Red+Green+Blue) = 230+93+204=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DCC is #19A233. Grayscale: #929292. Windows color (decimal): -1679924 or 13393382. OLE color: 13393382.
HSL color Cylindrical-coordinate representation of color #E65DCC: hue angle of 311.39º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DCC is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 204 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.10 |
| HSL | 311.39º | 0.73% | 0.63% | - |
| HSV(B) | 311.39º | 0.6% | 0.9% | - |
| XYZ | 47.45 | 29.01 | 60.23 | - |
| YUV | 146.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 204 | 0 | 0.60 | 0.11 | 0.10 | 311.39 | 0.73 | 0.63 |
| Hex | E6 | 5D | CC | 0 | 3C | B | A | 137 | 49 | 3F |
| Octal | 346 | 135 | 314 | 0 | 74 | 13 | 12 | 467 | 111 | 77 |
| Binary | 11100110 | 1011101 | 11001100 | 0 | 111100 | 1011 | 1010 | 100110111 | 1001001 | 111111 |
Color Harmonies of #E65DCC
Complementary color
Monochromatic Colors of #E65DCC
Black with #E65DCC
Text Example
Text Example
White with #E65DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DCC; }
p { color: rgb(230,93,204); }
H1.HeaderClassName
{
color: #E65DCC;
}
.AnyTagClassName
{
color: #E65DCC;
}
</style>
background-color css
<style>
a { background-color: #E65DCC; }
a { background-color: rgb(230,93,204); }
div.DivClassName
{
background-color: #E65DCC;
}
.BgClassName
{
background-color: #E65DCC;
}
</style>
border-color css
<style>
span { border-color: #E65DCC; }
span { border-color: rgb(230,93,204); }
td.TdClassName
{
border-color: #E65DCC;
}
.TagClassName
{
border-color: #E65DCC;
}
</style>