#E768ED

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

Shades of Free Speech Magenta #E768ED

Tints of Free Speech Magenta #E768ED

Color information

#E768ED (or 0xE768ED) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 68 and ED. RGB value is (231,104,237). Sum of RGB (Red+Green+Blue) = 231+104+237=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 104 (41.02% from 255 or 18.18% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #E768ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E768ED is #189712. Grayscale: #9C9C9C. Windows color (decimal): -1611539 or 15558887. OLE color: 15558887.

HSL color Cylindrical-coordinate representation of color #E768ED: hue angle of 297.29º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E768ED is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231104237-
CMYK0.030.5600.07
HSL297.29º78.7%66.86%-
HSV(B)297.29º56.12%92.94%-
XYZ53.193383.69-
YUV157.14173.08180.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.38%
GREEN value IS 104 (41.02% from 255) = 18.18%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=40.38%
G=18.18%
B=41.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311042370.030.5600.07297.2978.766.86
HexE768ED338071294f43
Octal34715035537007451117103
Binary1110011111010001110110111111000011110010100110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E768ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E768ED; }

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

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

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

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

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

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

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

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