#E761D9

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

Shades of Free Speech Magenta #E761D9

Tints of Free Speech Magenta #E761D9

Color information

#E761D9 (or 0xE761D9) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 61 and D9. RGB value is (231,97,217). Sum of RGB (Red+Green+Blue) = 231+97+217=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E761D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761D9 is #189E26. Grayscale: #969696. Windows color (decimal): -1613351 or 14246375. OLE color: 14246375.

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

Color convert

RGB23197217-
CMYK00.580.060.09
HSL306.27º73.63%64.31%-
HSV(B)306.27º58.01%90.59%-
XYZ49.7530.5568.92-
YUV150.75165.39185.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 97 (38.28% from 255) = 17.80%
BLUE value IS 217 (85.16% from 255) = 39.82%
R=42.39%
G=17.80%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319721700.580.060.09306.2773.6364.31
HexE761D903A691324a40
Octal347141331072611462112100
Binary111001111100001110110010111010110100110011001010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E761D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E761D9; }

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

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

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

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

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

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

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

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