Html Css Color HEX #E65AD5 Free Speech Magenta
📋 copy color: '#E65AD5'red 230 ◦ green 90 ◦ blue 213
Shades of Free Speech Magenta #E65AD5
Tints of Free Speech Magenta #E65AD5
RGB
CMYK
RGB Variations
Color information
#E65AD5 (or 0xE65AD5) is known color: Free Speech Magenta. HEX triplet: E6, 5A and D5. RGB value is (230,90,213). Sum of RGB (Red+Green+Blue) = 230+90+213=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65AD5 is #19A52A. Grayscale: #919191. Windows color (decimal): -1680683 or 13982438. OLE color: 13982438.
HSL color Cylindrical-coordinate representation of color #E65AD5: hue angle of 307.29º 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 #E65AD5 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 213 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.10 |
| HSL | 307.29º | 0.74% | 0.63% | - |
| HSV(B) | 307.29º | 0.61% | 0.9% | - |
| XYZ | 48.3 | 28.94 | 65.99 | - |
| YUV | 145.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 213 | 0 | 0.61 | 0.07 | 0.10 | 307.29 | 0.74 | 0.63 |
| Hex | E6 | 5A | D5 | 0 | 3D | 7 | A | 133 | 4A | 3F |
| Octal | 346 | 132 | 325 | 0 | 75 | 7 | 12 | 463 | 112 | 77 |
| Binary | 11100110 | 1011010 | 11010101 | 0 | 111101 | 111 | 1010 | 100110011 | 1001010 | 111111 |
Color Harmonies of #E65AD5
Complementary color
Monochromatic Colors of #E65AD5
Black with #E65AD5
Text Example
Text Example
White with #E65AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AD5; }
p { color: rgb(230,90,213); }
H1.HeaderClassName
{
color: #E65AD5;
}
.AnyTagClassName
{
color: #E65AD5;
}
</style>
background-color css
<style>
a { background-color: #E65AD5; }
a { background-color: rgb(230,90,213); }
div.DivClassName
{
background-color: #E65AD5;
}
.BgClassName
{
background-color: #E65AD5;
}
</style>
border-color css
<style>
span { border-color: #E65AD5; }
span { border-color: rgb(230,90,213); }
td.TdClassName
{
border-color: #E65AD5;
}
.TagClassName
{
border-color: #E65AD5;
}
</style>