Html Css Color HEX #E765E2 Free Speech Magenta
📋 copy color: '#E765E2'red 231 ◦ green 101 ◦ blue 226
Shades of Free Speech Magenta #E765E2
Tints of Free Speech Magenta #E765E2
RGB
CMYK
RGB Variations
Color information
#E765E2 (or 0xE765E2) is known color: Free Speech Magenta. HEX triplet: E7, 65 and E2. RGB value is (231,101,226). Sum of RGB (Red+Green+Blue) = 231+101+226=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E765E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765E2 is #189A1D. Grayscale: #999999. Windows color (decimal): -1612318 or 14837223. OLE color: 14837223.
HSL color Cylindrical-coordinate representation of color #E765E2: hue angle of 302.31º 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 #E765E2 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 226 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.09 |
| HSL | 302.31º | 0.73% | 0.65% | - |
| HSV(B) | 302.31º | 0.56% | 0.91% | - |
| XYZ | 51.34 | 31.79 | 75.38 | - |
| YUV | 154.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 226 | 0 | 0.56 | 0.02 | 0.09 | 302.31 | 0.73 | 0.65 |
| Hex | E7 | 65 | E2 | 0 | 38 | 2 | 9 | 12E | 49 | 41 |
| Octal | 347 | 145 | 342 | 0 | 70 | 2 | 11 | 456 | 111 | 101 |
| Binary | 11100111 | 1100101 | 11100010 | 0 | 111000 | 10 | 1001 | 100101110 | 1001001 | 1000001 |
Color Harmonies of #E765E2
Complementary color
Monochromatic Colors of #E765E2
Black with #E765E2
Text Example
Text Example
White with #E765E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E765E2; }
p { color: rgb(231,101,226); }
H1.HeaderClassName
{
color: #E765E2;
}
.AnyTagClassName
{
color: #E765E2;
}
</style>
background-color css
<style>
a { background-color: #E765E2; }
a { background-color: rgb(231,101,226); }
div.DivClassName
{
background-color: #E765E2;
}
.BgClassName
{
background-color: #E765E2;
}
</style>
border-color css
<style>
span { border-color: #E765E2; }
span { border-color: rgb(231,101,226); }
td.TdClassName
{
border-color: #E765E2;
}
.TagClassName
{
border-color: #E765E2;
}
</style>