Html Css Color HEX #E765D0 Free Speech Magenta
📋 copy color: '#E765D0'red 231 ◦ green 101 ◦ blue 208
Shades of Free Speech Magenta #E765D0
Tints of Free Speech Magenta #E765D0
RGB
CMYK
RGB Variations
Color information
#E765D0 (or 0xE765D0) is known color: Free Speech Magenta. HEX triplet: E7, 65 and D0. RGB value is (231,101,208). Sum of RGB (Red+Green+Blue) = 231+101+208=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E765D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765D0 is #189A2F. Grayscale: #979797. Windows color (decimal): -1612336 or 13657575. OLE color: 13657575.
HSL color Cylindrical-coordinate representation of color #E765D0: hue angle of 310.62º 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 #E765D0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 208 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.09 |
| HSL | 310.62º | 0.73% | 0.65% | - |
| HSV(B) | 310.62º | 0.56% | 0.91% | - |
| XYZ | 48.99 | 30.85 | 63.05 | - |
| YUV | 152.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 208 | 0 | 0.56 | 0.10 | 0.09 | 310.62 | 0.73 | 0.65 |
| Hex | E7 | 65 | D0 | 0 | 38 | A | 9 | 137 | 49 | 41 |
| Octal | 347 | 145 | 320 | 0 | 70 | 12 | 11 | 467 | 111 | 101 |
| Binary | 11100111 | 1100101 | 11010000 | 0 | 111000 | 1010 | 1001 | 100110111 | 1001001 | 1000001 |
Color Harmonies of #E765D0
Complementary color
Monochromatic Colors of #E765D0
Black with #E765D0
Text Example
Text Example
White with #E765D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E765D0; }
p { color: rgb(231,101,208); }
H1.HeaderClassName
{
color: #E765D0;
}
.AnyTagClassName
{
color: #E765D0;
}
</style>
background-color css
<style>
a { background-color: #E765D0; }
a { background-color: rgb(231,101,208); }
div.DivClassName
{
background-color: #E765D0;
}
.BgClassName
{
background-color: #E765D0;
}
</style>
border-color css
<style>
span { border-color: #E765D0; }
span { border-color: rgb(231,101,208); }
td.TdClassName
{
border-color: #E765D0;
}
.TagClassName
{
border-color: #E765D0;
}
</style>