#E765E5

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

Shades of Free Speech Magenta #E765E5

Tints of Free Speech Magenta #E765E5

Color information

#E765E5 (or 0xE765E5) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 65 and E5. RGB value is (231,101,229). Sum of RGB (Red+Green+Blue) = 231+101+229=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E765E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765E5 is #189A1A. Grayscale: #9A9A9A. Windows color (decimal): -1612315 or 15033831. OLE color: 15033831.

HSL color Cylindrical-coordinate representation of color #E765E5: hue angle of 300.92º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E765E5 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB231101229-
CMYK00.560.010.09
HSL300.92º73.03%65.1%-
HSV(B)300.92º56.28%90.59%-
XYZ51.7531.9577.57-
YUV154.46170.07182.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 101 (39.84% from 255) = 18.00%
BLUE value IS 229 (89.84% from 255) = 40.82%
R=41.18%
G=18.00%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110122900.560.010.09300.9273.0365.1
HexE765E50381912d4941
Octal347145345070111455111101
Binary1110011111001011110010101110001100110010110110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E765E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E765E5; }

 p { color: rgb(231,101,229); }

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

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

 a { background-color: rgb(231,101,229); }

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

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

 span { border-color: rgb(231,101,229); }

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