#E769DE

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

Shades of Free Speech Magenta #E769DE

Tints of Free Speech Magenta #E769DE

Color information

#E769DE (or 0xE769DE) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 69 and DE. RGB value is (231,105,222). Sum of RGB (Red+Green+Blue) = 231+105+222=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E769DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769DE is #189621. Grayscale: #9B9B9B. Windows color (decimal): -1611298 or 14576103. OLE color: 14576103.

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

Color convert

RGB231105222-
CMYK00.550.040.09
HSL304.29º72.41%65.88%-
HSV(B)304.29º54.55%90.59%-
XYZ51.1932.3772.66-
YUV156.01165.24181.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.40%
GREEN value IS 105 (41.41% from 255) = 18.82%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=41.40%
G=18.82%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110522200.550.040.09304.2972.4165.88
HexE769DE037491304842
Octal347151336067411460110102
Binary111001111101001110111100110111100100110011000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E769DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E769DE; }

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

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

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

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

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

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

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

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