#e865ed

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

Shades of Free Speech Magenta #E865ED

Tints of Free Speech Magenta #E865ED

Color information

#E865ED (or 0xE865ED) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 65 and ED. RGB value is (232,101,237). Sum of RGB (Red+Green+Blue) = 232+101+237=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #E865ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E865ED is #179A12. Grayscale: #9B9B9B. Windows color (decimal): -1546771 or 15558120. OLE color: 15558120.

HSL color Cylindrical-coordinate representation of color #E865ED: hue angle of 297.79º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E865ED is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232101237-
CMYK0.020.5700.07
HSL297.79º79.07%66.27%-
HSV(B)297.79º57.38%92.94%-
XYZ53.2232.5883.6-
YUV155.67173.9182.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.70%
GREEN value IS 101 (39.84% from 255) = 17.72%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=40.70%
G=17.72%
B=41.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321012370.020.5700.07297.7979.0766.27
HexE865ED2390712a4f42
Octal35014535527107452117102
Binary1110100011001011110110110111001011110010101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e865ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e865ed; }

 p { color: rgb(232,101,237); }

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

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

 a { background-color: rgb(232,101,237); }

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

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

 span { border-color: rgb(232,101,237); }

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