Html Css Color HEX #E65CCD Free Speech Magenta
📋 copy color: '#E65CCD'red 230 ◦ green 92 ◦ blue 205
Shades of Free Speech Magenta #E65CCD
Tints of Free Speech Magenta #E65CCD
RGB
CMYK
RGB Variations
Color information
#E65CCD (or 0xE65CCD) is known color: Free Speech Magenta. HEX triplet: E6, 5C and CD. RGB value is (230,92,205). Sum of RGB (Red+Green+Blue) = 230+92+205=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CCD is #19A332. Grayscale: #919191. Windows color (decimal): -1680179 or 13458662. OLE color: 13458662.
HSL color Cylindrical-coordinate representation of color #E65CCD: hue angle of 310.87º 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 #E65CCD is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 205 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.10 |
| HSL | 310.87º | 0.73% | 0.63% | - |
| HSV(B) | 310.87º | 0.6% | 0.9% | - |
| XYZ | 47.48 | 28.89 | 60.83 | - |
| YUV | 146.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 205 | 0 | 0.60 | 0.11 | 0.10 | 310.87 | 0.73 | 0.63 |
| Hex | E6 | 5C | CD | 0 | 3C | B | A | 137 | 49 | 3F |
| Octal | 346 | 134 | 315 | 0 | 74 | 13 | 12 | 467 | 111 | 77 |
| Binary | 11100110 | 1011100 | 11001101 | 0 | 111100 | 1011 | 1010 | 100110111 | 1001001 | 111111 |
Color Harmonies of #E65CCD
Complementary color
Monochromatic Colors of #E65CCD
Black with #E65CCD
Text Example
Text Example
White with #E65CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CCD; }
p { color: rgb(230,92,205); }
H1.HeaderClassName
{
color: #E65CCD;
}
.AnyTagClassName
{
color: #E65CCD;
}
</style>
background-color css
<style>
a { background-color: #E65CCD; }
a { background-color: rgb(230,92,205); }
div.DivClassName
{
background-color: #E65CCD;
}
.BgClassName
{
background-color: #E65CCD;
}
</style>
border-color css
<style>
span { border-color: #E65CCD; }
span { border-color: rgb(230,92,205); }
td.TdClassName
{
border-color: #E65CCD;
}
.TagClassName
{
border-color: #E65CCD;
}
</style>