#E86AE1

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

Shades of Free Speech Magenta #E86AE1

Tints of Free Speech Magenta #E86AE1

Color information

#E86AE1 (or 0xE86AE1) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 6A and E1. RGB value is (232,106,225). Sum of RGB (Red+Green+Blue) = 232+106+225=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E86AE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86AE1 is #17951E. Grayscale: #9C9C9C. Windows color (decimal): -1545503 or 14772968. OLE color: 14772968.

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

Color convert

RGB232106225-
CMYK00.540.030.09
HSL303.33º73.26%66.27%-
HSV(B)303.33º54.31%90.98%-
XYZ52.0232.974.84-
YUV157.24166.24181.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 106 (41.80% from 255) = 18.83%
BLUE value IS 225 (88.28% from 255) = 39.96%
R=41.21%
G=18.83%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210622500.540.030.09303.3373.2666.27
HexE86AE10363912f4942
Octal350152341066311457111102
Binary11101000110101011100001011011011100110010111110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86AE1; }

 p { color: rgb(232,106,225); }

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

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

 a { background-color: rgb(232,106,225); }

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

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

 span { border-color: rgb(232,106,225); }

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