#E768C8

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

Shades of Free Speech Magenta #E768C8

Tints of Free Speech Magenta #E768C8

Color information

#E768C8 (or 0xE768C8) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 68 and C8. RGB value is (231,104,200). Sum of RGB (Red+Green+Blue) = 231+104+200=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E768C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768C8 is #189737. Grayscale: #989898. Windows color (decimal): -1611576 or 13134055. OLE color: 13134055.

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

Color convert

RGB231104200-
CMYK00.550.130.09
HSL314.65º72.57%65.69%-
HSV(B)314.65º54.98%90.59%-
XYZ48.3331.0658.09-
YUV152.92154.58183.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 104 (41.02% from 255) = 19.44%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=43.18%
G=19.44%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110420000.550.130.09314.6572.5765.69
HexE768C8037D913b4942
Octal3471503100671511473111102
Binary1110011111010001100100001101111101100110011101110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E768C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E768C8; }

 p { color: rgb(231,104,200); }

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

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

 a { background-color: rgb(231,104,200); }

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

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

 span { border-color: rgb(231,104,200); }

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