#E76AD2

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

Shades of Free Speech Magenta #E76AD2

Tints of Free Speech Magenta #E76AD2

Color information

#E76AD2 (or 0xE76AD2) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 6A and D2. RGB value is (231,106,210). Sum of RGB (Red+Green+Blue) = 231+106+210=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76AD2 is #18952D. Grayscale: #9A9A9A. Windows color (decimal): -1611054 or 13789927. OLE color: 13789927.

HSL color Cylindrical-coordinate representation of color #E76AD2: hue angle of 310.08º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76AD2 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB231106210-
CMYK00.540.090.09
HSL310.08º72.25%66.08%-
HSV(B)310.08º54.11%90.59%-
XYZ49.7431.9564.52-
YUV155.23158.91182.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.23%
GREEN value IS 106 (41.80% from 255) = 19.38%
BLUE value IS 210 (82.42% from 255) = 38.39%
R=42.23%
G=19.38%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110621000.540.090.09310.0872.2566.08
HexE76AD2036991364842
Octal3471523220661111466110102
Binary1110011111010101101001001101101001100110011011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76AD2; }

 p { color: rgb(231,106,210); }

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

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

 a { background-color: rgb(231,106,210); }

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

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

 span { border-color: rgb(231,106,210); }

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