#e85ae7

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

Shades of Free Speech Magenta #E85AE7

Tints of Free Speech Magenta #E85AE7

Color information

#E85AE7 (or 0xE85AE7) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5A and E7. RGB value is (232,90,231). Sum of RGB (Red+Green+Blue) = 232+90+231=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AE7 is #17A518. Grayscale: #949494. Windows color (decimal): -1549593 or 15162088. OLE color: 15162088.

HSL color Cylindrical-coordinate representation of color #E85AE7: hue angle of 300.42º 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 #E85AE7 is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB23290231-
CMYK00.610.000.09
HSL300.42º75.53%63.14%-
HSV(B)300.42º61.21%90.98%-
XYZ51.3630.2478.73-
YUV148.53174.54187.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.95%
GREEN value IS 90 (35.55% from 255) = 16.27%
BLUE value IS 231 (90.62% from 255) = 41.77%
R=41.95%
G=16.27%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329023100.610.000.09300.4275.5363.14
HexE85AE703D0912c4c3f
Octal35013234707501145411477
Binary111010001011010111001110111101010011001011001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e85ae7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e85ae7; }

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

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

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

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

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

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

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

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