#E768DE

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

Shades of Free Speech Magenta #E768DE

Tints of Free Speech Magenta #E768DE

Color information

#E768DE (or 0xE768DE) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 68 and DE. RGB value is (231,104,222). Sum of RGB (Red+Green+Blue) = 231+104+222=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E768DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768DE is #189721. Grayscale: #9B9B9B. Windows color (decimal): -1611554 or 14575847. OLE color: 14575847.

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

Color convert

RGB231104222-
CMYK00.550.040.09
HSL304.25º72.57%65.69%-
HSV(B)304.25º54.98%90.59%-
XYZ51.0932.1672.62-
YUV155.42165.58181.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 104 (41.02% from 255) = 18.67%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=41.47%
G=18.67%
B=39.86%

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
Decimal23110422200.550.040.09304.2572.5765.69
HexE768DE037491304942
Octal347150336067411460111102
Binary111001111101000110111100110111100100110011000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E768DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E768DE; }

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

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

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

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

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

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

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

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