#E761E4

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

Shades of Free Speech Magenta #E761E4

Tints of Free Speech Magenta #E761E4

Color information

#E761E4 (or 0xE761E4) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 61 and E4. RGB value is (231,97,228). Sum of RGB (Red+Green+Blue) = 231+97+228=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 97 (38.28% from 255 or 17.45% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E761E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761E4 is #189E1B. Grayscale: #979797. Windows color (decimal): -1613340 or 14967271. OLE color: 14967271.

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

Color convert

RGB23197228-
CMYK00.580.010.09
HSL301.34º73.63%64.31%-
HSV(B)301.34º58.01%90.59%-
XYZ51.2331.1476.71-
YUV152170.89184.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.55%
GREEN value IS 97 (38.28% from 255) = 17.45%
BLUE value IS 228 (89.45% from 255) = 41.01%
R=41.55%
G=17.45%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319722800.580.010.09301.3473.6364.31
HexE761E403A1912d4a40
Octal347141344072111455112100
Binary1110011111000011110010001110101100110010110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E761E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E761E4; }

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

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

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

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

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

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

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

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