Html Css Color HEX #E65ACD Free Speech Magenta
📋 copy color: '#E65ACD'red 230 ◦ green 90 ◦ blue 205
Shades of Free Speech Magenta #E65ACD
Tints of Free Speech Magenta #E65ACD
RGB
CMYK
RGB Variations
Color information
#E65ACD (or 0xE65ACD) is known color: Free Speech Magenta. HEX triplet: E6, 5A and CD. RGB value is (230,90,205). Sum of RGB (Red+Green+Blue) = 230+90+205=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ACD is #19A532. Grayscale: #909090. Windows color (decimal): -1680691 or 13458150. OLE color: 13458150.
HSL color Cylindrical-coordinate representation of color #E65ACD: hue angle of 310.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65ACD is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 205 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.10 |
| HSL | 310.71º | 0.74% | 0.63% | - |
| HSV(B) | 310.71º | 0.61% | 0.9% | - |
| XYZ | 47.31 | 28.54 | 60.77 | - |
| YUV | 144.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 205 | 0 | 0.61 | 0.11 | 0.10 | 310.71 | 0.74 | 0.63 |
| Hex | E6 | 5A | CD | 0 | 3D | B | A | 137 | 4A | 3F |
| Octal | 346 | 132 | 315 | 0 | 75 | 13 | 12 | 467 | 112 | 77 |
| Binary | 11100110 | 1011010 | 11001101 | 0 | 111101 | 1011 | 1010 | 100110111 | 1001010 | 111111 |
Color Harmonies of #E65ACD
Complementary color
Monochromatic Colors of #E65ACD
Black with #E65ACD
Text Example
Text Example
White with #E65ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65ACD; }
p { color: rgb(230,90,205); }
H1.HeaderClassName
{
color: #E65ACD;
}
.AnyTagClassName
{
color: #E65ACD;
}
</style>
background-color css
<style>
a { background-color: #E65ACD; }
a { background-color: rgb(230,90,205); }
div.DivClassName
{
background-color: #E65ACD;
}
.BgClassName
{
background-color: #E65ACD;
}
</style>
border-color css
<style>
span { border-color: #E65ACD; }
span { border-color: rgb(230,90,205); }
td.TdClassName
{
border-color: #E65ACD;
}
.TagClassName
{
border-color: #E65ACD;
}
</style>