#E769D9

Color #E769D9 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E769D9

Tints of Free Speech Magenta #E769D9

Color information

#E769D9 (or 0xE769D9) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 69 and D9. RGB value is (231,105,217). Sum of RGB (Red+Green+Blue) = 231+105+217=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E769D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769D9 is #189626. Grayscale: #9B9B9B. Windows color (decimal): -1611303 or 14248423. OLE color: 14248423.

HSL color Cylindrical-coordinate representation of color #E769D9: hue angle of 306.67º 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 #E769D9 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231105217-
CMYK00.550.060.09
HSL306.67º72.41%65.88%-
HSV(B)306.67º54.55%90.59%-
XYZ50.5332.169.18-
YUV155.44162.74181.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 105 (41.41% from 255) = 18.99%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=41.77%
G=18.99%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110521700.550.060.09306.6772.4165.88
HexE769D9037691334842
Octal347151331067611463110102
Binary111001111101001110110010110111110100110011001110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769D9; }

 p { color: rgb(231,105,217); }

 H1.HeaderClassName
 {
   color: #E769D9;
 }
 .AnyTagClassName
 {
   color: #E769D9;
 }
</style>
background-color css

<style>
 a { background-color: #E769D9; }

 a { background-color: rgb(231,105,217); }

 div.DivClassName
 {
   background-color: #E769D9;
 }
 .BgClassName
 {
   background-color: #E769D9;
 }
</style>
border-color css

<style>
 span { border-color: #E769D9; }

 span { border-color: rgb(231,105,217); }

 td.TdClassName
 {
   border-color: #E769D9;
 }
 .TagClassName
 {
   border-color: #E769D9;
 }
</style>