Html Css Color HEX #E865CA Free Speech Magenta
📋 copy color: '#E865CA'red 232 ◦ green 101 ◦ blue 202
Shades of Free Speech Magenta #E865CA
Tints of Free Speech Magenta #E865CA
RGB
CMYK
RGB Variations
Color information
#E865CA (or 0xE865CA) is known color: Free Speech Magenta. HEX triplet: E8, 65 and CA. RGB value is (232,101,202). Sum of RGB (Red+Green+Blue) = 232+101+202=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E865CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865CA is #179A35. Grayscale: #979797. Windows color (decimal): -1546806 or 13264360. OLE color: 13264360.
HSL color Cylindrical-coordinate representation of color #E865CA: hue angle of 313.74º degrees, saturation: 0.74, 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 #E865CA is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 202 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.09 |
| HSL | 313.74º | 0.74% | 0.65% | - |
| HSV(B) | 313.74º | 0.56% | 0.91% | - |
| XYZ | 48.59 | 30.73 | 59.25 | - |
| YUV | 151.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 202 | 0 | 0.56 | 0.13 | 0.09 | 313.74 | 0.74 | 0.65 |
| Hex | E8 | 65 | CA | 0 | 38 | D | 9 | 13A | 4A | 41 |
| Octal | 350 | 145 | 312 | 0 | 70 | 15 | 11 | 472 | 112 | 101 |
| Binary | 11101000 | 1100101 | 11001010 | 0 | 111000 | 1101 | 1001 | 100111010 | 1001010 | 1000001 |
Color Harmonies of #E865CA
Complementary color
Monochromatic Colors of #E865CA
Black with #E865CA
Text Example
Text Example
White with #E865CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865CA; }
p { color: rgb(232,101,202); }
H1.HeaderClassName
{
color: #E865CA;
}
.AnyTagClassName
{
color: #E865CA;
}
</style>
background-color css
<style>
a { background-color: #E865CA; }
a { background-color: rgb(232,101,202); }
div.DivClassName
{
background-color: #E865CA;
}
.BgClassName
{
background-color: #E865CA;
}
</style>
border-color css
<style>
span { border-color: #E865CA; }
span { border-color: rgb(232,101,202); }
td.TdClassName
{
border-color: #E865CA;
}
.TagClassName
{
border-color: #E865CA;
}
</style>