#e769cc

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

Shades of Free Speech Magenta #E769CC

Tints of Free Speech Magenta #E769CC

Color information

#E769CC (or 0xE769CC) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 69 and CC. RGB value is (231,105,204). Sum of RGB (Red+Green+Blue) = 231+105+204=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E769CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769CC is #189633. Grayscale: #999999. Windows color (decimal): -1611316 or 13396455. OLE color: 13396455.

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

Color convert

RGB231105204-
CMYK00.550.120.09
HSL312.86º72.41%65.88%-
HSV(B)312.86º54.55%90.59%-
XYZ48.9131.4560.62-
YUV153.96156.24182.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.78%
GREEN value IS 105 (41.41% from 255) = 19.44%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=42.78%
G=19.44%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110520400.550.120.09312.8672.4165.88
HexE769CC037C91394842
Octal3471513140671411471110102
Binary1110011111010011100110001101111100100110011100110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e769cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e769cc; }

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

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

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

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

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

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

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

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