#E769E0

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

Shades of Free Speech Magenta #E769E0

Tints of Free Speech Magenta #E769E0

Color information

#E769E0 (or 0xE769E0) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 69 and E0. RGB value is (231,105,224). Sum of RGB (Red+Green+Blue) = 231+105+224=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E769E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769E0 is #18961F. Grayscale: #9B9B9B. Windows color (decimal): -1611296 or 14707175. OLE color: 14707175.

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

Color convert

RGB231105224-
CMYK00.550.030.09
HSL303.33º72.41%65.88%-
HSV(B)303.33º54.55%90.59%-
XYZ51.4632.4774.08-
YUV156.24166.24181.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.25%
GREEN value IS 105 (41.41% from 255) = 18.75%
BLUE value IS 224 (87.89% from 255) = 40%
R=41.25%
G=18.75%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110522400.550.030.09303.3372.4165.88
HexE769E00373912f4842
Octal347151340067311457110102
Binary11100111110100111100000011011111100110010111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769E0; }

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

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

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

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

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

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

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

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