#E760EA

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

Shades of Free Speech Magenta #E760EA

Tints of Free Speech Magenta #E760EA

Color information

#E760EA (or 0xE760EA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 60 and EA. RGB value is (231,96,234). Sum of RGB (Red+Green+Blue) = 231+96+234=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #E760EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E760EA is #189F15. Grayscale: #979797. Windows color (decimal): -1613590 or 15360231. OLE color: 15360231.

HSL color Cylindrical-coordinate representation of color #E760EA: hue angle of 298.7º 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 #E760EA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23196234-
CMYK0.010.5900.08
HSL298.7º76.67%64.71%-
HSV(B)298.7º58.97%91.76%-
XYZ51.9931.381.14-
YUV152.1174.23184.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 96 (37.89% from 255) = 17.11%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=41.18%
G=17.11%
B=41.71%

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
Decimal231962340.010.5900.08298.776.6764.71
HexE760EA13B0812b4d41
Octal347140352173010453115101
Binary1110011111000001110101011110110100010010101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E760EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E760EA; }

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

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

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

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

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

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

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

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