Html Css Color HEX #E565E5 Free Speech Magenta
📋 copy color: '#E565E5'red 229 ◦ green 101 ◦ blue 229
Shades of Free Speech Magenta #E565E5
Tints of Free Speech Magenta #E565E5
RGB
CMYK
RGB Variations
Color information
#E565E5 (or 0xE565E5) is known color: Free Speech Magenta. HEX triplet: E5, 65 and E5. RGB value is (229,101,229). Sum of RGB (Red+Green+Blue) = 229+101+229=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E565E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565E5 is #1A9A1A. Grayscale: #999999. Windows color (decimal): -1743387 or 15033829. OLE color: 15033829.
HSL color Cylindrical-coordinate representation of color #E565E5: hue angle of 300º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E565E5 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 229 | - |
| CMYK | 0 | 0.56 | 0 | 0.10 |
| HSL | 300º | 0.71% | 0.65% | - |
| HSV(B) | 300º | 0.56% | 0.9% | - |
| XYZ | 51.11 | 31.62 | 77.54 | - |
| YUV | 153.86 | 170.41 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 229 | 0 | 0.56 | 0 | 0.10 | 300 | 0.71 | 0.65 |
| Hex | E5 | 65 | E5 | 0 | 38 | 0 | A | 12C | 47 | 41 |
| Octal | 345 | 145 | 345 | 0 | 70 | 0 | 12 | 454 | 107 | 101 |
| Binary | 11100101 | 1100101 | 11100101 | 0 | 111000 | 0 | 1010 | 100101100 | 1000111 | 1000001 |
Color Harmonies of #E565E5
Complementary color
Monochromatic Colors of #E565E5
Black with #E565E5
Text Example
Text Example
White with #E565E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565E5; }
p { color: rgb(229,101,229); }
H1.HeaderClassName
{
color: #E565E5;
}
.AnyTagClassName
{
color: #E565E5;
}
</style>
background-color css
<style>
a { background-color: #E565E5; }
a { background-color: rgb(229,101,229); }
div.DivClassName
{
background-color: #E565E5;
}
.BgClassName
{
background-color: #E565E5;
}
</style>
border-color css
<style>
span { border-color: #E565E5; }
span { border-color: rgb(229,101,229); }
td.TdClassName
{
border-color: #E565E5;
}
.TagClassName
{
border-color: #E565E5;
}
</style>