Html Css Color HEX #E765D2 Free Speech Magenta
📋 copy color: '#E765D2'red 231 ◦ green 101 ◦ blue 210
Shades of Free Speech Magenta #E765D2
Tints of Free Speech Magenta #E765D2
RGB
CMYK
RGB Variations
Color information
#E765D2 (or 0xE765D2) is known color: Free Speech Magenta. HEX triplet: E7, 65 and D2. RGB value is (231,101,210). Sum of RGB (Red+Green+Blue) = 231+101+210=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E765D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765D2 is #189A2D. Grayscale: #979797. Windows color (decimal): -1612334 or 13788647. OLE color: 13788647.
HSL color Cylindrical-coordinate representation of color #E765D2: hue angle of 309.69º 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 #E765D2 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 210 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.09 |
| HSL | 309.69º | 0.73% | 0.65% | - |
| HSV(B) | 309.69º | 0.56% | 0.91% | - |
| XYZ | 49.24 | 30.95 | 64.35 | - |
| YUV | 152.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 210 | 0 | 0.56 | 0.09 | 0.09 | 309.69 | 0.73 | 0.65 |
| Hex | E7 | 65 | D2 | 0 | 38 | 9 | 9 | 136 | 49 | 41 |
| Octal | 347 | 145 | 322 | 0 | 70 | 11 | 11 | 466 | 111 | 101 |
| Binary | 11100111 | 1100101 | 11010010 | 0 | 111000 | 1001 | 1001 | 100110110 | 1001001 | 1000001 |
Color Harmonies of #E765D2
Complementary color
Monochromatic Colors of #E765D2
Black with #E765D2
Text Example
Text Example
White with #E765D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E765D2; }
p { color: rgb(231,101,210); }
H1.HeaderClassName
{
color: #E765D2;
}
.AnyTagClassName
{
color: #E765D2;
}
</style>
background-color css
<style>
a { background-color: #E765D2; }
a { background-color: rgb(231,101,210); }
div.DivClassName
{
background-color: #E765D2;
}
.BgClassName
{
background-color: #E765D2;
}
</style>
border-color css
<style>
span { border-color: #E765D2; }
span { border-color: rgb(231,101,210); }
td.TdClassName
{
border-color: #E765D2;
}
.TagClassName
{
border-color: #E765D2;
}
</style>