#E85AC5

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

Shades of Free Speech Magenta #E85AC5

Tints of Free Speech Magenta #E85AC5

Color information

#E85AC5 (or 0xE85AC5) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5A and C5. RGB value is (232,90,197). Sum of RGB (Red+Green+Blue) = 232+90+197=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85AC5 is #17A53A. Grayscale: #909090. Windows color (decimal): -1549627 or 12933864. OLE color: 12933864.

HSL color Cylindrical-coordinate representation of color #E85AC5: hue angle of 314.79º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85AC5 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB23290197-
CMYK00.610.150.09
HSL314.79º75.53%63.14%-
HSV(B)314.79º61.21%90.98%-
XYZ47.0128.555.85-
YUV144.66157.54190.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.70%
GREEN value IS 90 (35.55% from 255) = 17.34%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=44.70%
G=17.34%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329019700.610.150.09314.7975.5363.14
HexE85AC503DF913b4c3f
Octal350132305075171147311477
Binary111010001011010110001010111101111110011001110111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85AC5; }

 p { color: rgb(232,90,197); }

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

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

 a { background-color: rgb(232,90,197); }

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

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

 span { border-color: rgb(232,90,197); }

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