Html Css Color HEX #E769D4 Free Speech Magenta
📋 copy color: '#E769D4'red 231 ◦ green 105 ◦ blue 212
Shades of Free Speech Magenta #E769D4
Tints of Free Speech Magenta #E769D4
RGB
CMYK
RGB Variations
Color information
#E769D4 (or 0xE769D4) is known color: Free Speech Magenta. HEX triplet: E7, 69 and D4. RGB value is (231,105,212). Sum of RGB (Red+Green+Blue) = 231+105+212=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E769D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769D4 is #18962B. Grayscale: #9A9A9A. Windows color (decimal): -1611308 or 13920743. OLE color: 13920743.
HSL color Cylindrical-coordinate representation of color #E769D4: hue angle of 309.05º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E769D4 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 212 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.09 |
| HSL | 309.05º | 0.72% | 0.66% | - |
| HSV(B) | 309.05º | 0.55% | 0.91% | - |
| XYZ | 49.89 | 31.85 | 65.8 | - |
| YUV | 154.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 212 | 0 | 0.55 | 0.08 | 0.09 | 309.05 | 0.72 | 0.66 |
| Hex | E7 | 69 | D4 | 0 | 37 | 8 | 9 | 135 | 48 | 42 |
| Octal | 347 | 151 | 324 | 0 | 67 | 10 | 11 | 465 | 110 | 102 |
| Binary | 11100111 | 1101001 | 11010100 | 0 | 110111 | 1000 | 1001 | 100110101 | 1001000 | 1000010 |
Color Harmonies of #E769D4
Complementary color
Monochromatic Colors of #E769D4
Black with #E769D4
Text Example
Text Example
White with #E769D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769D4; }
p { color: rgb(231,105,212); }
H1.HeaderClassName
{
color: #E769D4;
}
.AnyTagClassName
{
color: #E769D4;
}
</style>
background-color css
<style>
a { background-color: #E769D4; }
a { background-color: rgb(231,105,212); }
div.DivClassName
{
background-color: #E769D4;
}
.BgClassName
{
background-color: #E769D4;
}
</style>
border-color css
<style>
span { border-color: #E769D4; }
span { border-color: rgb(231,105,212); }
td.TdClassName
{
border-color: #E769D4;
}
.TagClassName
{
border-color: #E769D4;
}
</style>