#E760ED

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

Shades of Free Speech Magenta #E760ED

Tints of Free Speech Magenta #E760ED

Color information

#E760ED (or 0xE760ED) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 60 and ED. RGB value is (231,96,237). Sum of RGB (Red+Green+Blue) = 231+96+237=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #E760ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E760ED is #189F12. Grayscale: #989898. Windows color (decimal): -1613587 or 15556839. OLE color: 15556839.

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

Color convert

RGB23196237-
CMYK0.030.5900.07
HSL297.45º79.66%65.29%-
HSV(B)297.45º59.49%92.94%-
XYZ52.4231.4783.43-
YUV152.44175.73184.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.96%
GREEN value IS 96 (37.89% from 255) = 17.02%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=40.96%
G=17.02%
B=42.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal231962370.030.5900.07297.4579.6665.29
HexE760ED33B071295041
Octal34714035537307451120101
Binary1110011111000001110110111111011011110010100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E760ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E760ED; }

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

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

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

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

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

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

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

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