Html Css Color HEX #E565CF Free Speech Magenta
📋 copy color: '#E565CF'red 229 ◦ green 101 ◦ blue 207
Shades of Free Speech Magenta #E565CF
Tints of Free Speech Magenta #E565CF
RGB
CMYK
RGB Variations
Color information
#E565CF (or 0xE565CF) is known color: Free Speech Magenta. HEX triplet: E5, 65 and CF. RGB value is (229,101,207). Sum of RGB (Red+Green+Blue) = 229+101+207=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E565CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565CF is #1A9A30. Grayscale: #979797. Windows color (decimal): -1743409 or 13592037. OLE color: 13592037.
HSL color Cylindrical-coordinate representation of color #E565CF: hue angle of 310.31º 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 #E565CF is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 207 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.10 |
| HSL | 310.31º | 0.71% | 0.65% | - |
| HSV(B) | 310.31º | 0.56% | 0.9% | - |
| XYZ | 48.23 | 30.47 | 62.37 | - |
| YUV | 151.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 207 | 0 | 0.56 | 0.10 | 0.10 | 310.31 | 0.71 | 0.65 |
| Hex | E5 | 65 | CF | 0 | 38 | A | A | 136 | 47 | 41 |
| Octal | 345 | 145 | 317 | 0 | 70 | 12 | 12 | 466 | 107 | 101 |
| Binary | 11100101 | 1100101 | 11001111 | 0 | 111000 | 1010 | 1010 | 100110110 | 1000111 | 1000001 |
Color Harmonies of #E565CF
Complementary color
Monochromatic Colors of #E565CF
Black with #E565CF
Text Example
Text Example
White with #E565CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565CF; }
p { color: rgb(229,101,207); }
H1.HeaderClassName
{
color: #E565CF;
}
.AnyTagClassName
{
color: #E565CF;
}
</style>
background-color css
<style>
a { background-color: #E565CF; }
a { background-color: rgb(229,101,207); }
div.DivClassName
{
background-color: #E565CF;
}
.BgClassName
{
background-color: #E565CF;
}
</style>
border-color css
<style>
span { border-color: #E565CF; }
span { border-color: rgb(229,101,207); }
td.TdClassName
{
border-color: #E565CF;
}
.TagClassName
{
border-color: #E565CF;
}
</style>