#E761C8

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

Shades of Free Speech Magenta #E761C8

Tints of Free Speech Magenta #E761C8

Color information

#E761C8 (or 0xE761C8) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 61 and C8. RGB value is (231,97,200). Sum of RGB (Red+Green+Blue) = 231+97+200=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E761C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761C8 is #189E37. Grayscale: #949494. Windows color (decimal): -1613368 or 13132263. OLE color: 13132263.

HSL color Cylindrical-coordinate representation of color #E761C8: hue angle of 313.88º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E761C8 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB23197200-
CMYK00.580.130.09
HSL313.88º73.63%64.31%-
HSV(B)313.88º58.01%90.59%-
XYZ47.6629.7157.87-
YUV148.81156.89186.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 97 (38.28% from 255) = 18.37%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=43.75%
G=18.37%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319720000.580.130.09313.8873.6364.31
HexE761C803AD913a4a40
Octal3471413100721511472112100
Binary1110011111000011100100001110101101100110011101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E761C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E761C8; }

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

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

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

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

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

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

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

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