Html Css Color HEX #E565E7 Free Speech Magenta
📋 copy color: '#E565E7'red 229 ◦ green 101 ◦ blue 231
Shades of Free Speech Magenta #E565E7
Tints of Free Speech Magenta #E565E7
RGB
CMYK
RGB Variations
Color information
#E565E7 (or 0xE565E7) is known color: Free Speech Magenta. HEX triplet: E5, 65 and E7. RGB value is (229,101,231). Sum of RGB (Red+Green+Blue) = 229+101+231=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #E565E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E565E7 is #1A9A18. Grayscale: #999999. Windows color (decimal): -1743385 or 15164901. OLE color: 15164901.
HSL color Cylindrical-coordinate representation of color #E565E7: hue angle of 299.08º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E565E7 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 101 | 231 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.09 |
| HSL | 299.08º | 0.73% | 0.65% | - |
| HSV(B) | 299.08º | 0.56% | 0.91% | - |
| XYZ | 51.39 | 31.73 | 79.02 | - |
| YUV | 154.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 231 | 0.01 | 0.56 | 0 | 0.09 | 299.08 | 0.73 | 0.65 |
| Hex | E5 | 65 | E7 | 1 | 38 | 0 | 9 | 12B | 49 | 41 |
| Octal | 345 | 145 | 347 | 1 | 70 | 0 | 11 | 453 | 111 | 101 |
| Binary | 11100101 | 1100101 | 11100111 | 1 | 111000 | 0 | 1001 | 100101011 | 1001001 | 1000001 |
Color Harmonies of #E565E7
Complementary color
Monochromatic Colors of #E565E7
Black with #E565E7
Text Example
Text Example
White with #E565E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565E7; }
p { color: rgb(229,101,231); }
H1.HeaderClassName
{
color: #E565E7;
}
.AnyTagClassName
{
color: #E565E7;
}
</style>
background-color css
<style>
a { background-color: #E565E7; }
a { background-color: rgb(229,101,231); }
div.DivClassName
{
background-color: #E565E7;
}
.BgClassName
{
background-color: #E565E7;
}
</style>
border-color css
<style>
span { border-color: #E565E7; }
span { border-color: rgb(229,101,231); }
td.TdClassName
{
border-color: #E565E7;
}
.TagClassName
{
border-color: #E565E7;
}
</style>