#E761D7

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

Shades of Free Speech Magenta #E761D7

Tints of Free Speech Magenta #E761D7

Color information

#E761D7 (or 0xE761D7) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 61 and D7. RGB value is (231,97,215). Sum of RGB (Red+Green+Blue) = 231+97+215=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E761D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761D7 is #189E28. Grayscale: #969696. Windows color (decimal): -1613353 or 14115303. OLE color: 14115303.

HSL color Cylindrical-coordinate representation of color #E761D7: hue angle of 307.16º 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 #E761D7 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB23197215-
CMYK00.580.070.09
HSL307.16º73.63%64.31%-
HSV(B)307.16º58.01%90.59%-
XYZ49.530.4467.56-
YUV150.52164.39185.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 97 (38.28% from 255) = 17.86%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=42.54%
G=17.86%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319721500.580.070.09307.1673.6364.31
HexE761D703A791334a40
Octal347141327072711463112100
Binary111001111100001110101110111010111100110011001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E761D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E761D7; }

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

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

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

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

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

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

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

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