Html Css Color HEX #E65BC2 Free Speech Magenta
📋 copy color: '#E65BC2'red 230 ◦ green 91 ◦ blue 194
Shades of Free Speech Magenta #E65BC2
Tints of Free Speech Magenta #E65BC2
RGB
CMYK
RGB Variations
Color information
#E65BC2 (or 0xE65BC2) is known color: Free Speech Magenta. HEX triplet: E6, 5B and C2. RGB value is (230,91,194). Sum of RGB (Red+Green+Blue) = 230+91+194=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65BC2 is #19A43D. Grayscale: #909090. Windows color (decimal): -1680446 or 12737510. OLE color: 12737510.
HSL color Cylindrical-coordinate representation of color #E65BC2: hue angle of 315.54º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65BC2 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 194 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.10 |
| HSL | 315.54º | 0.74% | 0.63% | - |
| HSV(B) | 315.54º | 0.6% | 0.9% | - |
| XYZ | 46.11 | 28.2 | 54.05 | - |
| YUV | 144.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 194 | 0 | 0.60 | 0.16 | 0.10 | 315.54 | 0.74 | 0.63 |
| Hex | E6 | 5B | C2 | 0 | 3C | 10 | A | 13C | 4A | 3F |
| Octal | 346 | 133 | 302 | 0 | 74 | 20 | 12 | 474 | 112 | 77 |
| Binary | 11100110 | 1011011 | 11000010 | 0 | 111100 | 10000 | 1010 | 100111100 | 1001010 | 111111 |
Color Harmonies of #E65BC2
Complementary color
Monochromatic Colors of #E65BC2
Black with #E65BC2
Text Example
Text Example
White with #E65BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BC2; }
p { color: rgb(230,91,194); }
H1.HeaderClassName
{
color: #E65BC2;
}
.AnyTagClassName
{
color: #E65BC2;
}
</style>
background-color css
<style>
a { background-color: #E65BC2; }
a { background-color: rgb(230,91,194); }
div.DivClassName
{
background-color: #E65BC2;
}
.BgClassName
{
background-color: #E65BC2;
}
</style>
border-color css
<style>
span { border-color: #E65BC2; }
span { border-color: rgb(230,91,194); }
td.TdClassName
{
border-color: #E65BC2;
}
.TagClassName
{
border-color: #E65BC2;
}
</style>