#E761EA

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

Shades of Free Speech Magenta #E761EA

Tints of Free Speech Magenta #E761EA

Color information

#E761EA (or 0xE761EA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 61 and EA. RGB value is (231,97,234). Sum of RGB (Red+Green+Blue) = 231+97+234=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #E761EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E761EA is #189E15. Grayscale: #989898. Windows color (decimal): -1613334 or 15360487. OLE color: 15360487.

HSL color Cylindrical-coordinate representation of color #E761EA: hue angle of 298.69º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E761EA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23197234-
CMYK0.010.5900.08
HSL298.69º76.54%64.9%-
HSV(B)298.69º58.55%91.76%-
XYZ52.0831.4881.17-
YUV152.68173.89183.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.10%
GREEN value IS 97 (38.28% from 255) = 17.26%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=41.10%
G=17.26%
B=41.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231972340.010.5900.08298.6976.5464.9
HexE761EA13B0812b4d41
Octal347141352173010453115101
Binary1110011111000011110101011110110100010010101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E761EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E761EA; }

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

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

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

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

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

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

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

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