Html Css Color HEX #E65AC2 Free Speech Magenta
📋 copy color: '#E65AC2'red 230 ◦ green 90 ◦ blue 194
Shades of Free Speech Magenta #E65AC2
Tints of Free Speech Magenta #E65AC2
RGB
CMYK
RGB Variations
Color information
#E65AC2 (or 0xE65AC2) is known color: Free Speech Magenta. HEX triplet: E6, 5A and C2. RGB value is (230,90,194). Sum of RGB (Red+Green+Blue) = 230+90+194=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65AC2 is #19A53D. Grayscale: #8F8F8F. Windows color (decimal): -1680702 or 12737254. OLE color: 12737254.
HSL color Cylindrical-coordinate representation of color #E65AC2: hue angle of 315.43º 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 #E65AC2 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 194 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.10 |
| HSL | 315.43º | 0.74% | 0.63% | - |
| HSV(B) | 315.43º | 0.61% | 0.9% | - |
| XYZ | 46.03 | 28.03 | 54.02 | - |
| YUV | 143.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 194 | 0 | 0.61 | 0.16 | 0.10 | 315.43 | 0.74 | 0.63 |
| Hex | E6 | 5A | C2 | 0 | 3D | 10 | A | 13B | 4A | 3F |
| Octal | 346 | 132 | 302 | 0 | 75 | 20 | 12 | 473 | 112 | 77 |
| Binary | 11100110 | 1011010 | 11000010 | 0 | 111101 | 10000 | 1010 | 100111011 | 1001010 | 111111 |
Color Harmonies of #E65AC2
Complementary color
Monochromatic Colors of #E65AC2
Black with #E65AC2
Text Example
Text Example
White with #E65AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AC2; }
p { color: rgb(230,90,194); }
H1.HeaderClassName
{
color: #E65AC2;
}
.AnyTagClassName
{
color: #E65AC2;
}
</style>
background-color css
<style>
a { background-color: #E65AC2; }
a { background-color: rgb(230,90,194); }
div.DivClassName
{
background-color: #E65AC2;
}
.BgClassName
{
background-color: #E65AC2;
}
</style>
border-color css
<style>
span { border-color: #E65AC2; }
span { border-color: rgb(230,90,194); }
td.TdClassName
{
border-color: #E65AC2;
}
.TagClassName
{
border-color: #E65AC2;
}
</style>