#E765E4

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

Shades of Free Speech Magenta #E765E4

Tints of Free Speech Magenta #E765E4

Color information

#E765E4 (or 0xE765E4) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 65 and E4. RGB value is (231,101,228). Sum of RGB (Red+Green+Blue) = 231+101+228=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E765E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765E4 is #189A1B. Grayscale: #999999. Windows color (decimal): -1612316 or 14968295. OLE color: 14968295.

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

Color convert

RGB231101228-
CMYK00.560.010.09
HSL301.38º73.03%65.1%-
HSV(B)301.38º56.28%90.59%-
XYZ51.6131.976.84-
YUV154.35169.57182.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.25%
GREEN value IS 101 (39.84% from 255) = 18.04%
BLUE value IS 228 (89.45% from 255) = 40.71%
R=41.25%
G=18.04%
B=40.71%

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
Decimal23110122800.560.010.09301.3873.0365.1
HexE765E40381912d4941
Octal347145344070111455111101
Binary1110011111001011110010001110001100110010110110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E765E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E765E4; }

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

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

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

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

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

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

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

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