Html Css Color HEX #E565CE Free Speech Magenta
📋 copy color: '#E565CE'red 229 ◦ green 101 ◦ blue 206
Shades of Free Speech Magenta #E565CE
Tints of Free Speech Magenta #E565CE
RGB
CMYK
RGB Variations
Color information
#E565CE (or 0xE565CE) is known color: Free Speech Magenta. HEX triplet: E5, 65 and CE. RGB value is (229,101,206). Sum of RGB (Red+Green+Blue) = 229+101+206=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E565CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565CE is #1A9A31. Grayscale: #969696. Windows color (decimal): -1743410 or 13526501. OLE color: 13526501.
HSL color Cylindrical-coordinate representation of color #E565CE: hue angle of 310.78º 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 #E565CE is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 206 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.10 |
| HSL | 310.78º | 0.71% | 0.65% | - |
| HSV(B) | 310.78º | 0.56% | 0.9% | - |
| XYZ | 48.11 | 30.42 | 61.73 | - |
| YUV | 151.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 206 | 0 | 0.56 | 0.10 | 0.10 | 310.78 | 0.71 | 0.65 |
| Hex | E5 | 65 | CE | 0 | 38 | A | A | 137 | 47 | 41 |
| Octal | 345 | 145 | 316 | 0 | 70 | 12 | 12 | 467 | 107 | 101 |
| Binary | 11100101 | 1100101 | 11001110 | 0 | 111000 | 1010 | 1010 | 100110111 | 1000111 | 1000001 |
Color Harmonies of #E565CE
Complementary color
Monochromatic Colors of #E565CE
Black with #E565CE
Text Example
Text Example
White with #E565CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565CE; }
p { color: rgb(229,101,206); }
H1.HeaderClassName
{
color: #E565CE;
}
.AnyTagClassName
{
color: #E565CE;
}
</style>
background-color css
<style>
a { background-color: #E565CE; }
a { background-color: rgb(229,101,206); }
div.DivClassName
{
background-color: #E565CE;
}
.BgClassName
{
background-color: #E565CE;
}
</style>
border-color css
<style>
span { border-color: #E565CE; }
span { border-color: rgb(229,101,206); }
td.TdClassName
{
border-color: #E565CE;
}
.TagClassName
{
border-color: #E565CE;
}
</style>