#E85EE9

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

Shades of Free Speech Magenta #E85EE9

Tints of Free Speech Magenta #E85EE9

Color information

#E85EE9 (or 0xE85EE9) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5E and E9. RGB value is (232,94,233). Sum of RGB (Red+Green+Blue) = 232+94+233=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 94 (37.11% from 255 or 16.82% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #E85EE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85EE9 is #17A116. Grayscale: #969696. Windows color (decimal): -1548567 or 15294184. OLE color: 15294184.

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

Color convert

RGB23294233-
CMYK0.000.6000.09
HSL299.57º75.96%64.12%-
HSV(B)299.57º59.66%91.37%-
XYZ51.9931.0480.34-
YUV151.11174.22185.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 94 (37.11% from 255) = 16.82%
BLUE value IS 233 (91.41% from 255) = 41.68%
R=41.50%
G=16.82%
B=41.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232942330.000.6000.09299.5775.9664.12
HexE85EE903C0912c4c40
Octal350136351074011454114100
Binary1110100010111101110100101111000100110010110010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85EE9; }

 p { color: rgb(232,94,233); }

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

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

 a { background-color: rgb(232,94,233); }

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

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

 span { border-color: rgb(232,94,233); }

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