#E65EE7

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

Shades of Free Speech Magenta #E65EE7

Tints of Free Speech Magenta #E65EE7

Color information

#E65EE7 (or 0xE65EE7) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 5E and E7. RGB value is (230,94,231). Sum of RGB (Red+Green+Blue) = 230+94+231=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #E65EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65EE7 is #19A118. Grayscale: #959595. Windows color (decimal): -1679641 or 15163110. OLE color: 15163110.

HSL color Cylindrical-coordinate representation of color #E65EE7: hue angle of 299.56º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65EE7 is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB23094231-
CMYK0.000.5900.09
HSL299.56º74.05%63.73%-
HSV(B)299.56º59.31%90.59%-
XYZ51.0630.678.82-
YUV150.28173.56184.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.44%
GREEN value IS 94 (37.11% from 255) = 16.94%
BLUE value IS 231 (90.62% from 255) = 41.62%
R=41.44%
G=16.94%
B=41.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal230942310.000.5900.09299.5674.0563.73
HexE65EE703B0912c4a40
Octal346136347073011454112100
Binary1110011010111101110011101110110100110010110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65EE7; }

 p { color: rgb(230,94,231); }

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

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

 a { background-color: rgb(230,94,231); }

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

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

 span { border-color: rgb(230,94,231); }

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