Html Css Color HEX #E065E0 Free Speech Magenta
📋 copy color: '#E065E0'red 224 ◦ green 101 ◦ blue 224
Shades of Free Speech Magenta #E065E0
Tints of Free Speech Magenta #E065E0
RGB
CMYK
RGB Variations
Color information
#E065E0 (or 0xE065E0) is known color: Free Speech Magenta. HEX triplet: E0, 65 and E0. RGB value is (224,101,224). Sum of RGB (Red+Green+Blue) = 224+101+224=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E065E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065E0 is #1F9A1F. Grayscale: #979797. Windows color (decimal): -2071072 or 14706144. OLE color: 14706144.
HSL color Cylindrical-coordinate representation of color #E065E0: hue angle of 300º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065E0 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 224 | - |
| CMYK | 0 | 0.55 | 0 | 0.12 |
| HSL | 300º | 0.66% | 0.64% | - |
| HSV(B) | 300º | 0.55% | 0.88% | - |
| XYZ | 48.85 | 30.54 | 73.84 | - |
| YUV | 151.8 | 168.75 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 224 | 0 | 0.55 | 0 | 0.12 | 300 | 0.66 | 0.64 |
| Hex | E0 | 65 | E0 | 0 | 37 | 0 | C | 12C | 42 | 40 |
| Octal | 340 | 145 | 340 | 0 | 67 | 0 | 14 | 454 | 102 | 100 |
| Binary | 11100000 | 1100101 | 11100000 | 0 | 110111 | 0 | 1100 | 100101100 | 1000010 | 1000000 |
Color Harmonies of #E065E0
Complementary color
Monochromatic Colors of #E065E0
Black with #E065E0
Text Example
Text Example
White with #E065E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065E0; }
p { color: rgb(224,101,224); }
H1.HeaderClassName
{
color: #E065E0;
}
.AnyTagClassName
{
color: #E065E0;
}
</style>
background-color css
<style>
a { background-color: #E065E0; }
a { background-color: rgb(224,101,224); }
div.DivClassName
{
background-color: #E065E0;
}
.BgClassName
{
background-color: #E065E0;
}
</style>
border-color css
<style>
span { border-color: #E065E0; }
span { border-color: rgb(224,101,224); }
td.TdClassName
{
border-color: #E065E0;
}
.TagClassName
{
border-color: #E065E0;
}
</style>