#E765E9

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

Shades of Free Speech Magenta #E765E9

Tints of Free Speech Magenta #E765E9

Color information

#E765E9 (or 0xE765E9) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 65 and E9. RGB value is (231,101,233). Sum of RGB (Red+Green+Blue) = 231+101+233=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #E765E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E765E9 is #189A16. Grayscale: #9A9A9A. Windows color (decimal): -1612311 or 15295975. OLE color: 15295975.

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

Color convert

RGB231101233-
CMYK0.010.5700.09
HSL299.09º75%65.49%-
HSV(B)299.09º56.65%91.37%-
XYZ52.3232.1880.54-
YUV154.92172.07182.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 101 (39.84% from 255) = 17.88%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=40.88%
G=17.88%
B=41.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311012330.010.5700.09299.097565.49
HexE765E91390912b4b41
Octal347145351171011453113101
Binary1110011111001011110100111110010100110010101110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E765E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E765E9; }

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

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

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

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

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

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

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

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